Searched refs:windowHeight (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarView.cpp640 float windowHeight = 0; local
646 windowHeight = kHiddenDimension;
656 windowHeight = std::max(screenFrame.bottom, windowHeight);
660 windowHeight = fDragRegion->Frame().bottom;
662 windowHeight = fBarMenuBar->Frame().bottom;
666 windowHeight += fExpandoMenuBar->Bounds().Height();
676 windowHeight = fBarMenuBar->Frame().Height();
681 windowHeight = std::max(TeamMenuItemHeight(),
688 *height = windowHeight;
696 float windowHeight; local
707 float windowHeight; local
[all...]
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp107 float windowHeight = boxFrame.bottom - 4; local
108 ResizeTo(windowWidth, windowHeight);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp529 float windowHeight = Frame().Height(); local
539 windowHeight += enlargeHeightBy;
543 if (windowHeight > screen.Frame().Height() - 20.0f)
544 windowHeight = screen.Frame().Height() - 20.0f;
546 ResizeTo(windowWidth, windowHeight);

Completed in 89 milliseconds