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

/haiku/src/kits/interface/
H A DColumnListView.cpp4133 float newRowPos = 0; local
4138 newRowPos = fFocusRowRect.top + (up ? -4 : fFocusRow->Height() + 4);
4139 if (newRowPos < fVisibleRect.top + 20)
4140 verticalScroll = newRowPos - 20;
4141 else if (newRowPos > fVisibleRect.bottom - 20)
4142 verticalScroll = newRowPos - fVisibleRect.Height() + 20;
4144 newRowPos = fVisibleRect.top + 2;
4148 BRow* newRow = FindRow(newRowPos, &indent, &top);

Completed in 46 milliseconds