Searched refs:dispatchLayout (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DTestResizingRelayoutWithAutoMeasure.java126 recyclerView.dispatchLayout();
H A DBaseRecyclerViewAnimationsTest.java479 void dispatchLayout() { method in class:BaseRecyclerViewAnimationsTest.TestRecyclerView
481 super.dispatchLayout();
H A DRecyclerViewLayoutTest.java1671 void dispatchLayout() {
1672 super.dispatchLayout();
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java372 * This variable is incremented during a dispatchLayout and/or scroll.
1125 // TODO We should do this switch a dispatchLayout pass and animate children. There is a good
1585 dispatchLayout();
1604 dispatchLayout();
1615 dispatchLayout();
1866 // eat layout for dispatchLayout
1872 // when layout is frozen we should delay dispatchLayout()
1875 dispatchLayout();
3185 * Called in onMeasure and dispatchLayout.
3243 void dispatchLayout() { method in class:RecyclerView
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java429 * This variable is incremented during a dispatchLayout and/or scroll.
1268 // TODO We should do this switch a dispatchLayout pass and animate children. There is a good
1812 dispatchLayout();
1831 dispatchLayout();
1842 dispatchLayout();
2106 // eat layout for dispatchLayout
2112 // when layout is frozen we should delay dispatchLayout()
2115 dispatchLayout();
3520 * Called in onMeasure and dispatchLayout.
3580 void dispatchLayout() { method in class:RecyclerView
[all...]

Completed in 121 milliseconds