Searched refs:onBoundItem (Results 1 – 1 of 1) sorted by relevance
132 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