Home
last modified time | relevance | path

Searched refs:lastItemIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListItemsExpandOnSelectionTest.java86 int lastItemIndex = mListView.getChildCount() - 1; in testMoveSelectionDownRequiringScroll() local
88 for(int i = 0; i < lastItemIndex; i++) { in testMoveSelectionDownRequiringScroll()
93 assertEquals("list position", lastItemIndex, mListView.getSelectedItemPosition()); in testMoveSelectionDownRequiringScroll()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
DDividerItemDecoration.java131 final int lastItemIndex = parent.getAdapter().getItemCount() - 1; in shouldDrawDividerBelow() local
138 } else if (dividerCondition == DIVIDER_CONDITION_BOTH || index == lastItemIndex) { in shouldDrawDividerBelow()
146 if (index < lastItemIndex) { in shouldDrawDividerBelow()