Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewAnimationsTest.java233 void beforePostLayout(RecyclerView.Recycler recycler, in dontLayoutReusedViewWithoutPredictive()
240 super.beforePostLayout(recycler, layoutManager, state); in dontLayoutReusedViewWithoutPredictive()
287 void beforePostLayout(RecyclerView.Recycler recycler, in dontLayoutReusedViewWithPredictive()
291 super.beforePostLayout(recycler, layoutManager, state); in dontLayoutReusedViewWithPredictive()
723 void beforePostLayout(RecyclerView.Recycler recycler, in preLayoutPositionCleanup()
910 super.beforePostLayout(recycler, layoutManager, state); in changeAnimTest()
1447 void beforePostLayout(RecyclerView.Recycler recycler, in appCancelAnimationInDetach()
1690 void beforePostLayout(RecyclerView.Recycler recycler, AnimationLayoutManager lm, in positionStatesTest()
1692 super.beforePostLayout(recycler, lm, state); in positionStatesTest()
DBaseRecyclerViewAnimationsTest.java303 beforePostLayout(recycler, lm, state); in onLayoutChildren()
322 void beforePostLayout(RecyclerView.Recycler recycler, AnimationLayoutManager layoutManager, in beforePostLayout() method in BaseRecyclerViewAnimationsTest.OnLayoutCallbacks