Home
last modified time | relevance | path

Searched refs:getAtIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DTileListTest.java74 public void getAtIndex() { in getAtIndex() method in TileListTest
79 assertThat(mTileList.getAtIndex(0).mStartPosition, is(0)); in getAtIndex()
80 assertThat(mTileList.getAtIndex(1).mStartPosition, is(3)); in getAtIndex()
81 assertThat(mTileList.getAtIndex(2).mStartPosition, is(6)); in getAtIndex()
82 assertThat(mTileList.getAtIndex(3), nullValue()); in getAtIndex()
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
DTileList.java59 public Tile<T> getAtIndex(int index) { in getAtIndex() method in TileList
DAsyncListUtil.java279 mBackgroundProxy.recycleTile(mTileList.getAtIndex(i));