Home
last modified time | relevance | path

Searched refs:parentBounds (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/glteapot/
H A DObjectView.cpp294 BRect parentBounds = Parent()->Bounds(); in Pulse() local
296 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()
/haiku/src/kits/interface/
H A DDragger.cpp683 BRect parentBounds(Parent()->Bounds()); in _DetermineRelationship() local
684 if (!parentBounds.Contains(bounds)) { in _DetermineRelationship()
685 MoveTo(parentBounds.right - bounds.Width(), in _DetermineRelationship()
686 parentBounds.bottom - bounds.Height()); in _DetermineRelationship()
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp251 BRect parentBounds = Parent()->Bounds(); in MouseDown() local
252 ConvertFromParent(&parentBounds); in MouseDown()
253 bounds = bounds & parentBounds; in MouseDown()