/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewLayoutTest.java | 62 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in testScrollToPositionCallback() 178 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in scrollInBothDirection() 250 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in scrollInOtherOrientationTest() 339 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in transientStateRecycleTest() 374 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in testAdapterPositionInvalidation() 468 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in adapterPositionsTest() 742 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in recycleScrapTest() 781 super.onLayoutChildren(recycler, state); in recycleScrapTest() 819 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in smoothScrollTest() 820 super.onLayoutChildren(recycler, state); in smoothScrollTest() [all …]
|
D | RecyclerViewAnimationsTest.java | 571 void onLayoutChildren(RecyclerView.Recycler recycler, in testAdapterChangeDuringScrolling() 574 super.onLayoutChildren(recycler, lm, state); in testAdapterChangeDuringScrolling() 605 void onLayoutChildren(RecyclerView.Recycler recycler, in testNotifyDataSetChangedDuringScroll() 608 super.onLayoutChildren(recycler, lm, state); in testNotifyDataSetChangedDuringScroll() 931 public final void onLayoutChildren(RecyclerView.Recycler recycler, in onLayoutChildren() method in RecyclerViewAnimationsTest.AnimationLayoutManager 941 mOnLayoutCallbacks.onLayoutChildren(recycler, this, state); in onLayoutChildren() 1075 void onLayoutChildren(RecyclerView.Recycler recycler, AnimationLayoutManager lm, in onLayoutChildren() method in RecyclerViewAnimationsTest.OnLayoutCallbacks
|
D | RecyclerViewAccessibilityTest.java | 67 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in onInitializeAccessibilityNodeInfoTest()
|
D | RecyclerViewBasicTest.java | 231 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in onLayoutChildren() method in RecyclerViewBasicTest.MockLayoutManager
|
D | GridLayoutManagerTest.java | 604 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in onLayoutChildren() method in GridLayoutManagerTest.WrappedGridLayoutManager 609 super.onLayoutChildren(recycler, state); in onLayoutChildren()
|
D | LinearLayoutManagerTest.java | 1070 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in onLayoutChildren() method in LinearLayoutManagerTest.WrappedLinearLayoutManager 1075 super.onLayoutChildren(recycler, state); in onLayoutChildren()
|
D | StaggeredGridLayoutManagerTest.java | 1606 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in onLayoutChildren() method in StaggeredGridLayoutManagerTest.WrappedLayoutManager 1611 super.onLayoutChildren(recycler, state); in onLayoutChildren()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | GridLayoutManager.java | 147 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { in onLayoutChildren() method in GridLayoutManager 151 super.onLayoutChildren(recycler, state); in onLayoutChildren()
|
D | LinearLayoutManager.java | 431 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
|
D | RecyclerView.java | 2072 mLayout.onLayoutChildren(mRecycler, mState); in dispatchLayout() 2118 mLayout.onLayoutChildren(mRecycler, mState); in dispatchLayout() 4959 public void onLayoutChildren(Recycler recycler, State state) { in onLayoutChildren() method in RecyclerView.LayoutManager
|
D | StaggeredGridLayoutManager.java | 532 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | GridLayoutManager.java | 1566 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
|