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.java134 void onBoundItem(TestViewHolder vh, int position) { in testFindLastInUnevenDistribution()
183 void onBoundItem(TestViewHolder vh, int position) { in customSizeInScrollDirectionTest()
279 void onBoundItem(TestViewHolder vh, int position) { in gapHandlingWhenItemMovesToTopTest()
327 public void onBoundItem(TestViewHolder vh, int position) { in scrollBackAndPreservePositionsTest()
689 void onBoundItem(TestViewHolder vh, int position) { in innerGapHandlingTest()
922 void onBoundItem(TestViewHolder vh, int position) { in viewSnapTest()
1176 void onBoundItem(TestViewHolder vh, int position) { in savedStateTest()
2231 mOnBindCallback.onBoundItem(holder, position); in onBindViewHolder()
2238 abstract void onBoundItem(TestViewHolder vh, int position); in onBoundItem() method in StaggeredGridLayoutManagerTest.OnBindCallback