Searched refs:fSizeLimit (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/expander/
H A DExpanderWindow.h98 float fSizeLimit; member in class:ExpanderWindow
H A DExpanderWindow.cpp161 fSizeLimit = size.Height() - fScrollView->PreferredSize().height - spacing;
166 ResizeTo(Bounds().Width(), fSizeLimit);
167 SetSizeLimits(size.Width(), 32767.0f, fSizeLimit, fSizeLimit);
168 SetZoomLimits(Bounds().Width(), fSizeLimit);
735 std::min(fSizeLimit + fListingText->TextRect().Height()
741 std::min(fSizeLimit + fListingText->TextRect().Height()
754 float bottom = fSizeLimit;
771 minHeight = fSizeLimit;
772 maxHeight = fSizeLimit;
[all...]

Completed in 37 milliseconds