Searched defs:aboveIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGrid.java409 * Removes invisible items from end until reaches item at aboveIndex or toLimit.
410 * @param aboveIndex Don't remove items whose index is equals or smaller than aboveIndex
413 public void removeInvisibleItemsAtEnd(int aboveIndex, int toLimit) { argument
414 while(mLastVisibleIndex >= mFirstVisibleIndex && mLastVisibleIndex > aboveIndex) {

Completed in 48 milliseconds