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

/haiku/src/apps/expander/
H A DExpanderWindow.h99 float fPreviousHeight; member in class:ExpanderWindow
H A DExpanderWindow.cpp169 fPreviousHeight = -1;
757 if (fPreviousHeight < 0.0) {
764 fPreviousHeight = bottom + 10.0 * fLineHeight;
769 bottom = std::max(fPreviousHeight, minHeight);
773 fPreviousHeight = Frame().Height();
789 fPreviousHeight = -1.0;
/haiku/src/kits/interface/
H A DScrollView.cpp92 fPreviousHeight = uint16(Bounds().Height());
176 fPreviousHeight = uint16(Bounds().Height());
312 fPreviousHeight - fHorizontalScrollBar->Frame().Width(),
334 if (bounds.Height() > fPreviousHeight) {
337 rect.top += fPreviousHeight - border;
340 } else if (bounds.Height() < fPreviousHeight) {
348 fPreviousHeight = uint16(bounds.Height());
815 fPreviousHeight = uint16(Bounds().Height());
/haiku/headers/os/interface/
H A DScrollView.h126 uint16 fPreviousHeight; member in class:BScrollView

Completed in 93 milliseconds