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

/haiku-fatelf/src/apps/deskbar/
H A DBarView.cpp537 float windowHeight = 0; local
544 windowHeight = kHiddenDimension;
554 windowHeight = screenFrame.bottom;
560 windowHeight = fDragRegion->Frame().bottom + 1;
562 windowHeight = fBarMenuBar->Frame().bottom + 1;
564 windowHeight += fExpando->Bounds().Height();
568 windowHeight = iconSize + 4;
574 windowHeight = fDragRegion->Frame().bottom;
576 windowHeight = fBarMenuBar->Frame().bottom;
581 *height = windowHeight;
588 float windowWidth, windowHeight; local
597 float windowWidth, windowHeight; local
[all...]
/haiku-fatelf/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp107 float windowHeight = boxFrame.bottom - 4; local
108 ResizeTo(windowWidth, windowHeight);
/haiku-fatelf/src/apps/drivesetup/
H A DMainWindow.cpp446 float windowHeight = Frame().Height(); local
456 windowHeight += enlargeHeightBy;
460 if (windowHeight > screen.Frame().Height() - 20.0f)
461 windowHeight = screen.Frame().Height() - 20.0f;
463 ResizeTo(windowWidth, windowHeight);

Completed in 42 milliseconds