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

/haiku/src/kits/shared/
H A DCalendarView.cpp984 const int32 focusRow = fFocusedDay.row; local
996 bool focus = isFocus && focusRow == row && focusColumn == column;
1016 const int32 focusRow = fFocusedDay.row; local
1035 } else if (focusRow == row && focusColumn == column) {
1174 const int32 focusRow = fFocusedDay.row; local
1190 bool focus = IsFocus() && focusRow == row
1196 bool focus = IsFocus() && focusRow == row
1216 const int32 focusRow = fFocusedDay.row; local
1232 bool focus = IsFocus() && focusRow == row
1242 bool focus = IsFocus() && focusRow
[all...]
/haiku/src/kits/interface/
H A DColumnListView.cpp1832 BRow* focusRow = fOutlineView->FocusRow(); local
1833 if (focusRow == NULL)
1836 bool isExpanded = focusRow->HasLatch()
1837 && focusRow->IsExpanded();
1842 else if (focusRow->fParent != NULL) {
1844 fOutlineView->SetFocusRow(focusRow->fParent, true);
1845 fOutlineView->ScrollTo(focusRow->fParent);

Completed in 41 milliseconds