Searched refs:onLayoutChildren (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java62 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
178 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
250 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
339 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
374 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
468 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
742 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
781 super.onLayoutChildren(recycler, state);
819 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
820 super.onLayoutChildren(recycle
[all...]
H A DRecyclerViewAnimationsTest.java571 void onLayoutChildren(RecyclerView.Recycler recycler,
574 super.onLayoutChildren(recycler, lm, state);
605 void onLayoutChildren(RecyclerView.Recycler recycler,
608 super.onLayoutChildren(recycler, lm, state);
931 public final void onLayoutChildren(RecyclerView.Recycler recycler, method in class:RecyclerViewAnimationsTest.AnimationLayoutManager
941 mOnLayoutCallbacks.onLayoutChildren(recycler, this, state);
1075 void onLayoutChildren(RecyclerView.Recycler recycler, AnimationLayoutManager lm, method in class:RecyclerViewAnimationsTest.OnLayoutCallbacks
H A DRecyclerViewAccessibilityTest.java67 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
H A DRecyclerViewBasicTest.java231 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:RecyclerViewBasicTest.MockLayoutManager
H A DGridLayoutManagerTest.java604 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:GridLayoutManagerTest.WrappedGridLayoutManager
609 super.onLayoutChildren(recycler, state);
H A DLinearLayoutManagerTest.java1070 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:LinearLayoutManagerTest.WrappedLinearLayoutManager
1075 super.onLayoutChildren(recycler, state);
H A DStaggeredGridLayoutManagerTest.java1606 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:StaggeredGridLayoutManagerTest.WrappedLayoutManager
1611 super.onLayoutChildren(recycler, state);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java147 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:GridLayoutManager
151 super.onLayoutChildren(recycler, state);
H A DLinearLayoutManager.java96 * {@link #onLayoutChildren(RecyclerView.Recycler, RecyclerView.State)} is run.
431 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:LinearLayoutManager
H A DRecyclerView.java2072 mLayout.onLayoutChildren(mRecycler, mState);
2118 mLayout.onLayoutChildren(mRecycler, mState);
2123 // onLayoutChildren may have caused client code to disable item animations; re-check
4842 * rules as outlined in {@link #onLayoutChildren(Recycler, State)}.
4853 * then there will be two calls to {@link #onLayoutChildren(Recycler, State)} to
4917 * normal layout operation during {@link #onLayoutChildren(Recycler, State)}, the
4927 * {@link #onLayoutChildren(Recycler, State)}. Supporting predictive animations
4928 * means that {@link #onLayoutChildren(Recycler, State)} will be called twice;
4952 * onLayoutChildren() to see how they account for the APPEARING and
4959 public void onLayoutChildren(Recycle method in class:RecyclerView.LayoutManager
[all...]
H A DStaggeredGridLayoutManager.java532 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:StaggeredGridLayoutManager
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1566 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:GridLayoutManager

Completed in 82 milliseconds