Searched refs:fMinHeight (Results 1 - 8 of 8) sorted by relevance

/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.h42 float fMinHeight; member in class:ScreenSaverWindow
H A DScreenSaverWindow.cpp1044 fMinHeight = ceilf(std::max(kWindowHeight, textHeight * 28));
1066 topView->SetExplicitMinSize(BSize(fMinWidth, fMinHeight));
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.h54 int32 fMinHeight; member in class:GroupView
H A DGroupView.cpp103 return _AddInsetsAndSpacing(BSize(fMinWidth - 1, fMinHeight - 1));
217 fMinHeight = 0;
236 fMinHeight = BLayoutUtils::AddSizesInt32(fMinHeight,
/haiku/src/servers/app/
H A DWindow.cpp118 fMinHeight(1),
137 decorator->GetSizeLimits(&fMinWidth, &fMinHeight, &fMaxWidth,
351 if (wantHeight < window->fMinHeight)
352 wantHeight = window->fMinHeight;
415 if (wantHeight < window->fMinHeight)
416 wantHeight = window->fMinHeight;
1186 fMinHeight = minHeight;
1192 decorator->GetSizeLimits(&fMinWidth, &fMinHeight, &fMaxWidth,
1206 *minHeight = fMinHeight;
1321 decorator->GetSizeLimits(&fMinWidth, &fMinHeight,
[all...]
H A DWindow.h436 int32 fMinHeight; member in class:Window
/haiku/src/kits/interface/
H A DWindow.cpp362 && data->FindFloat("_sizel", 1, &fMinHeight) == B_OK
366 fMinHeight, fMaxHeight);
481 if (fMinWidth != 0.0 || fMinHeight != 0.0
486 ret = data->AddFloat("_sizel", fMinHeight);
763 fLink->Read<float>(&fMinHeight);
1403 fLink->Read<float>(&fMinHeight);
1420 *_minHeight = fMinHeight;
2426 if (height < fMinHeight)
2427 height = fMinHeight;
2806 fMinHeight
[all...]
/haiku/headers/os/interface/
H A DWindow.h398 float fMinHeight; member in class:BWindow

Completed in 180 milliseconds