Home
last modified time | relevance | path

Searched defs:getAtIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DTileListTest.java71 public void getAtIndex() { in getAtIndex() method in TileListTest
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
DTileList.java59 public Tile<T> getAtIndex(int index) { in getAtIndex() method in TileList