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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStaggeredGridDefault.java30 itemIndex = getLastIndex() + 1;
149 int lastIndex = getLastIndex();
H A DStaggeredGrid.java176 public final int getLastIndex() { method in class:StaggeredGrid
H A DGridLayoutManager.java726 focusPosition <= mGrid.getLastIndex()) {
731 int lastIndex = mGrid.getLastIndex();
755 lastIndex = mGrid.getLastIndex();
757 focusPosition = mGrid.getLastIndex();
1347 mLastVisiblePos < mGrid.getLastIndex()) {
1654 int lastIndex = mGrid.getLastIndex();

Completed in 71 milliseconds