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

/haiku-fatelf/src/preferences/shortcuts/clv/
H A DColumnListView.h160 int32 GetActualIndexOf(int32 displayIndex) const;
H A DColumnListView.cpp636 curColumn = (colDiff > 0) ? GetActualIndexOf(0) : GetActualIndexOf(numDisplayColumns-1); // go to an edge
647 curColumn = GetActualIndexOf(currentDisplayIndex);
951 int32 ColumnListView::GetActualIndexOf(int32 displayIndex) const function in class:ColumnListView
997 SetSelectedColumnIndex(GetActualIndexOf(Counter));

Completed in 38 milliseconds