Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewAnimationsTest.java411 void afterPreLayout(RecyclerView.Recycler recycler, in reuseHiddenViewWithProperPredictive()
415 super.afterPreLayout(recycler, layoutManager, state); in reuseHiddenViewWithProperPredictive()
781 void afterPreLayout(RecyclerView.Recycler recycler, in addRemoveSamePass()
784 super.afterPreLayout(recycler, layoutManager, state); in addRemoveSamePass()
889 void afterPreLayout(RecyclerView.Recycler recycler, in changeAnimTest()
1281 void afterPreLayout(RecyclerView.Recycler recycler, in basicDelete()
1284 super.afterPreLayout(recycler, layoutManager, state); in basicDelete()
DBaseRecyclerViewAnimationsTest.java310 afterPreLayout(recycler, lm, state); in onLayoutChildren()
318 void afterPreLayout(RecyclerView.Recycler recycler, AnimationLayoutManager layoutManager, in afterPreLayout() method in BaseRecyclerViewAnimationsTest.OnLayoutCallbacks