Searched refs:getAtIndex (Results 1 – 3 of 3) sorted by relevance
74 public void getAtIndex() { in getAtIndex() method in TileListTest79 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()
59 public Tile<T> getAtIndex(int index) { in getAtIndex() method in TileList
279 mBackgroundProxy.recycleTile(mTileList.getAtIndex(i));