Searched refs:beforePreLayout (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewAnimationsTest.java | 227 void beforePreLayout(RecyclerView.Recycler recycler, in dontLayoutReusedViewWithoutPredictive() 280 void beforePreLayout(RecyclerView.Recycler recycler, in dontLayoutReusedViewWithPredictive() 283 super.beforePreLayout(recycler, lm, state); in dontLayoutReusedViewWithPredictive() 404 void beforePreLayout(RecyclerView.Recycler recycler, in reuseHiddenViewWithProperPredictive() 407 super.beforePreLayout(recycler, lm, state); in reuseHiddenViewWithProperPredictive() 716 void beforePreLayout(RecyclerView.Recycler recycler, in preLayoutPositionCleanup() 1510 void beforePreLayout(RecyclerView.Recycler recycler, in findPositionOffset() 1512 super.beforePreLayout(recycler, lm, state); in findPositionOffset() 1665 void beforePreLayout(RecyclerView.Recycler recycler, AnimationLayoutManager lm, in positionStatesTest() 1667 super.beforePreLayout(recycler, lm, state); in positionStatesTest()
|
D | BaseRecyclerViewAnimationsTest.java | 243 void beforePreLayout(RecyclerView.Recycler recycler, in beforePreLayout() method in BaseRecyclerViewAnimationsTest.OnLayoutCallbacks 297 beforePreLayout(recycler, lm, state); in onLayoutChildren()
|