Searched defs:dispatchLayout (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewAnimationsTest.java479 void dispatchLayout() { method in class:BaseRecyclerViewAnimationsTest.TestRecyclerView
481 super.dispatchLayout();
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java374 * This variable is incremented during a dispatchLayout and/or scroll.
1127 // TODO We should do this switch a dispatchLayout pass and animate children. There is a good
1587 dispatchLayout();
1606 dispatchLayout();
1617 dispatchLayout();
1868 // eat layout for dispatchLayout
1874 // when layout is frozen we should delay dispatchLayout()
1877 dispatchLayout();
3187 * Called in onMeasure and dispatchLayout.
3245 void dispatchLayout() { method in class:RecyclerView
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java394 * This variable is incremented during a dispatchLayout and/or scroll.
1211 // TODO We should do this switch a dispatchLayout pass and animate children. There is a good
1686 dispatchLayout();
1705 dispatchLayout();
1716 dispatchLayout();
1970 // eat layout for dispatchLayout
1976 // when layout is frozen we should delay dispatchLayout()
1979 dispatchLayout();
3335 * Called in onMeasure and dispatchLayout.
3393 void dispatchLayout() { method in class:RecyclerView
[all...]

Completed in 128 milliseconds