Searched refs:parentBounds (Results 1 – 3 of 3) sorted by relevance
294 BRect parentBounds = Parent()->Bounds(); in Pulse() local296 parentBounds.OffsetTo(0, 0); in Pulse()298 if (bounds != parentBounds) { in Pulse()299 ResizeTo(parentBounds.right - parentBounds.left, in Pulse()300 parentBounds.bottom - parentBounds.top); in Pulse()
683 BRect parentBounds(Parent()->Bounds()); in _DetermineRelationship() local684 if (!parentBounds.Contains(bounds)) { in _DetermineRelationship()685 MoveTo(parentBounds.right - bounds.Width(), in _DetermineRelationship()686 parentBounds.bottom - bounds.Height()); in _DetermineRelationship()
251 BRect parentBounds = Parent()->Bounds(); in MouseDown() local252 ConvertFromParent(&parentBounds); in MouseDown()253 bounds = bounds & parentBounds; in MouseDown()