Searched refs:windowWidth (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/deskbar/
H A DBarView.cpp538 float windowWidth = sMinimumWindowWidth; local
549 windowWidth = screenFrame.Width();
551 windowWidth = kHiddenDimension;
555 windowWidth = fBarMenuBar->Frame().Width();
569 windowWidth = screenFrame.Width();
580 *width = windowWidth;
588 float windowWidth, windowHeight; local
589 GetPreferredWindowSize(screenFrame, &windowWidth, &windowHeight);
590 Window()->ResizeTo(windowWidth, windowHeight);
597 float windowWidth, windowHeigh local
[all...]
/haiku-fatelf/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp106 float windowWidth = m_pMenuView->Frame().right; local
108 ResizeTo(windowWidth, windowHeight);
/haiku-fatelf/src/apps/drivesetup/
H A DMainWindow.cpp445 float windowWidth = Frame().Width(); local
454 windowWidth += enlargeWidthBy;
458 if (windowWidth > screen.Frame().Width() - 20.0f)
459 windowWidth = screen.Frame().Width() - 20.0f;
463 ResizeTo(windowWidth, windowHeight);
/haiku-fatelf/src/servers/app/decorator/
H A DDefaultDecorator.cpp533 float windowWidth = fFrame.Width() + 2 * fBorderWidth; local
534 if (CountTabs() > 1 && sumTabWidth > windowWidth)
535 _DistributeTabSize(sumTabWidth - windowWidth);

Completed in 101 milliseconds