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

/haiku/src/kits/interface/
H A DColumnListView.cpp4504 BRect newRowRect; local
4505 const bool newRowIsInOpenBranch = FindRect(row, &newRowRect);
4508 if (fFocusRow && fFocusRowRect.top > newRowRect.bottom) {
4516 if (newRowRect.bottom < fVisibleRect.top) {
4525 fVisibleRect.top + newRowRect.Height()));
4526 } else if (newRowRect.top < fVisibleRect.bottom) {
4529 BRect source(fVisibleRect.left, newRowRect.top, fVisibleRect.right,
4530 fVisibleRect.bottom - newRowRect.Height());
4532 dest.OffsetBy(0, newRowRect.Height() + 1);
4534 Invalidate(newRowRect);
[all...]

Completed in 45 milliseconds