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

/haiku/src/kits/interface/
H A DColumnListView.cpp342 BRect fFocusRowRect; member in class:BPrivate::OutlineView
3766 FindVisibleRect(fFocusRow, &fFocusRowRect);
3790 Invalidate(fFocusRowRect);
3792 FindVisibleRect(fFocusRow, &fFocusRowRect);
3846 FindVisibleRect(fFocusRow, &fFocusRowRect);
3848 Invalidate(fFocusRowRect);
4138 newRowPos = fFocusRowRect.top + (up ? -4 : fFocusRow->Height() + 4);
4151 fFocusRowRect.right = 10000;
4152 Invalidate(fFocusRowRect);
4156 fFocusRowRect
[all...]

Completed in 34 milliseconds