Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java132 void onBoundItem(TestViewHolder vh, int position) { in testFindLastInUnevenDistribution()
180 void onBoundItem(TestViewHolder vh, int position) { in customSizeInScrollDirectionTest()
286 public void onBoundItem(TestViewHolder vh, int position) { in scrollBackAndPreservePositionsTest()
1888 mOnBindHandler.onBoundItem(holder, position); in onBindViewHolder()
1895 abstract void onBoundItem(TestViewHolder vh, int position); in onBoundItem() method in StaggeredGridLayoutManagerTest.OnBindHandler