Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DColumnListView.cpp344 BRect fFocusRowRect; member in BPrivate::OutlineView
3781 FindVisibleRect(fFocusRow, &fFocusRowRect);
3805 Invalidate(fFocusRowRect);
3807 FindVisibleRect(fFocusRow, &fFocusRowRect);
3861 FindVisibleRect(fFocusRow, &fFocusRowRect);
3863 Invalidate(fFocusRowRect);
4153 newRowPos = fFocusRowRect.top + (up ? -4 : fFocusRow->Height() + 4);
4166 fFocusRowRect.right = 10000;
4167 Invalidate(fFocusRowRect);
4171 fFocusRowRect.top = top;
[all …]