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

/haiku/src/kits/interface/
H A DOutlineListView.cpp63 _DoSwap(BList& list, int32 firstIndex, int32 secondIndex, BList* firstItems, argument
67 list.SwapItems(firstIndex, secondIndex);
68 list.RemoveItems(secondIndex + 1, secondItems->CountItems());
1092 int32 secondIndex = max_c(first, second); local
1094 BListItem* secondItem = ItemAt(secondIndex);
1104 int32 fullSecondIndex = _FullListIndex(secondIndex);
1112 _DoSwap(fList, firstIndex, secondIndex, &firstSubItems,
1116 _RescanSelection(firstIndex, secondIndex + secondSubItems.CountItems());

Completed in 22 milliseconds