/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | GridLayoutManagerTest.java | 60 for (boolean reverseLayout : new boolean[]{false, true}) { in setUp() 62 mBaseVariations.add(new Config(spanCount, orientation, reverseLayout)); in setUp() 343 for (boolean reverseLayout : new boolean[]{false, true}) { in cachedBordersTestConfigs() 345 Config config = new Config(spanCounts[i], orientation, reverseLayout); in cachedBordersTestConfigs() 587 new Config(3, 0).orientation(VERTICAL).reverseLayout(false), 100, 0); in testRemoveAnchorItem() 592 new Config(3, 0).orientation(VERTICAL).reverseLayout(true), 100, in testRemoveAnchorItemReverse() 598 new Config(3, 0).orientation(HORIZONTAL).reverseLayout( in testRemoveAnchorItemHorizontal() 604 new Config(3, 0).orientation(HORIZONTAL).reverseLayout(true), in testRemoveAnchorItemReverseHorizontal() 980 boolean reverseLayout) { in WrappedGridLayoutManager() argument 981 super(context, spanCount, orientation, reverseLayout); in WrappedGridLayoutManager() [all …]
|
D | LinearLayoutManagerTest.java | 69 for (boolean reverseLayout : new boolean[]{false, true}) { in setUp() 71 mBaseVariations.add(new Config(orientation, reverseLayout, stackFromBottom)); in setUp() 111 new Config().orientation(VERTICAL).stackFromBottom(false).reverseLayout( in testRemoveAnchorItem() 117 new Config().orientation(VERTICAL).stackFromBottom(false).reverseLayout(true), 100, in testRemoveAnchorItemReverse() 123 new Config().orientation(VERTICAL).stackFromBottom(true).reverseLayout(false), 100, in testRemoveAnchorItemStackFromEnd() 129 new Config().orientation(VERTICAL).stackFromBottom(true).reverseLayout(true), 100, in testRemoveAnchorItemStackFromEndAndReverse() 135 new Config().orientation(HORIZONTAL).stackFromBottom(false).reverseLayout( in testRemoveAnchorItemHorizontal() 141 new Config().orientation(HORIZONTAL).stackFromBottom(false).reverseLayout(true), in testRemoveAnchorItemReverseHorizontal() 147 new Config().orientation(HORIZONTAL).stackFromBottom(true).reverseLayout(false), in testRemoveAnchorItemStackFromEndHorizontal() 153 new Config().orientation(HORIZONTAL).stackFromBottom(true).reverseLayout(true), 100, in testRemoveAnchorItemStackFromEndAndReverseHorizontal() [all …]
|
D | AsyncListUtilLayoutTest.java | 294 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in WrappedLinearLayoutManager() argument 295 super(context, orientation, reverseLayout); in WrappedLinearLayoutManager()
|
D | StaggeredGridLayoutManagerTest.java | 69 for (boolean reverseLayout : new boolean[]{false, true}) { in setUp() 73 mBaseVariations.add(new Config(orientation, reverseLayout, spanCount, in setUp() 2262 Config(int orientation, boolean reverseLayout, int spanCount, int gapStrategy) { in Config() argument 2264 mReverseLayout = reverseLayout; in Config() 2278 Config reverseLayout(boolean reverseLayout) { in reverseLayout() argument 2279 mReverseLayout = reverseLayout; in reverseLayout()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | ScrollbarHelper.java | 31 boolean smoothScrollbarEnabled, boolean reverseLayout) { in computeScrollOffset() argument 40 final int itemsBefore = reverseLayout in computeScrollOffset()
|
D | StaggeredGridLayoutManager.java | 213 setReverseLayout(properties.reverseLayout); in StaggeredGridLayoutManager() 434 public void setReverseLayout(boolean reverseLayout) { 436 if (mPendingSavedState != null && mPendingSavedState.mReverseLayout != reverseLayout) { 437 mPendingSavedState.mReverseLayout = reverseLayout; 439 mReverseLayout = reverseLayout; 2201 void cacheReferenceLineAndClear(boolean reverseLayout, int offset) { 2203 if (reverseLayout) { 2212 if ((reverseLayout && reference < mPrimaryOrientation.getEndAfterPadding()) || 2213 (!reverseLayout && reference > mPrimaryOrientation.getStartAfterPadding())) {
|
D | LinearLayoutManager.java | 154 public LinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in LinearLayoutManager() argument 156 setReverseLayout(reverseLayout); in LinearLayoutManager() 171 setReverseLayout(properties.reverseLayout); in LinearLayoutManager() 372 public void setReverseLayout(boolean reverseLayout) { in setReverseLayout() argument 374 if (reverseLayout == mReverseLayout) { in setReverseLayout() 377 mReverseLayout = reverseLayout; in setReverseLayout()
|
D | GridLayoutManager.java | 100 boolean reverseLayout) { in GridLayoutManager() argument 101 super(context, orientation, reverseLayout); in GridLayoutManager()
|
D | RecyclerView.java | 7910 properties.reverseLayout = a.getBoolean(R.styleable.RecyclerView_reverseLayout, false); in getProperties() 7925 public boolean reverseLayout; field in RecyclerView.LayoutManager.Properties
|
/frameworks/support/v7/recyclerview/api/ |
D | 22.2.0.txt | 10 field public static int reverseLayout; 523 field public boolean reverseLayout;
|
D | 22.2.1.txt | 10 field public static int reverseLayout; 527 field public boolean reverseLayout;
|
D | 23.txt | 10 field public static int reverseLayout; 561 field public boolean reverseLayout;
|
D | current.txt | 10 field public static int reverseLayout; 561 field public boolean reverseLayout;
|