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

/haiku/headers/private/interface/
H A DBMCPrivate.h70 float fPreviousWidth; member in class:_BMCMenuBar_
/haiku/src/kits/interface/
H A DBMCPrivate.cpp175 fPreviousWidth = Bounds().Width();
219 float diff = width - fPreviousWidth;
220 fPreviousWidth = width;
H A DScrollView.cpp91 fPreviousWidth = uint16(Bounds().Width());
175 fPreviousWidth = uint16(Bounds().Width());
309 fPreviousWidth - fVerticalScrollBar->Frame().Height(),
319 if (bounds.Width() > fPreviousWidth) {
322 rect.left += fPreviousWidth - border;
325 } else if (bounds.Width() < fPreviousWidth) {
347 fPreviousWidth = uint16(bounds.Width());
814 fPreviousWidth = uint16(Bounds().Width());
/haiku/headers/os/interface/
H A DScrollView.h125 uint16 fPreviousWidth; member in class:BScrollView

Completed in 50 milliseconds