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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewAnimationsTest.java412 void afterPreLayout(RecyclerView.Recycler recycler,
416 super.afterPreLayout(recycler, layoutManager, state);
782 void afterPreLayout(RecyclerView.Recycler recycler,
785 super.afterPreLayout(recycler, layoutManager, state);
890 void afterPreLayout(RecyclerView.Recycler recycler,
1282 void afterPreLayout(RecyclerView.Recycler recycler,
1285 super.afterPreLayout(recycler, layoutManager, state);
H A DBaseRecyclerViewAnimationsTest.java310 afterPreLayout(recycler, lm, state);
318 void afterPreLayout(RecyclerView.Recycler recycler, AnimationLayoutManager layoutManager, method in class:BaseRecyclerViewAnimationsTest.OnLayoutCallbacks

Completed in 46 milliseconds