Searched refs:fPreviousWidth (Results 1 – 4 of 4) sorted by relevance
175 fPreviousWidth = Bounds().Width(); in AttachedToWindow()219 float diff = width - fPreviousWidth; in FrameResized()220 fPreviousWidth = width; in FrameResized()
91 fPreviousWidth = uint16(Bounds().Width()); in BScrollView()175 fPreviousWidth = uint16(Bounds().Width()); in AllUnarchived()309 fPreviousWidth - fVerticalScrollBar->Frame().Height(), in FrameResized()319 if (bounds.Width() > fPreviousWidth) { in FrameResized()322 rect.left += fPreviousWidth - border; in FrameResized()325 } else if (bounds.Width() < fPreviousWidth) { in FrameResized()347 fPreviousWidth = uint16(bounds.Width()); in FrameResized()814 fPreviousWidth = uint16(Bounds().Width()); in _Init()
70 float fPreviousWidth; variable
125 uint16 fPreviousWidth; variable