/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
BaseGridLayoutManagerTest.java | 61 for (boolean reverseLayout : new boolean[]{false, true}) { 63 variations.add(new Config(spanCount, orientation, reverseLayout)); 100 public Config(int spanCount, int orientation, boolean reverseLayout) { 103 mReverseLayout = reverseLayout; 121 public Config reverseLayout(boolean reverseLayout) { 122 mReverseLayout = reverseLayout; 146 boolean reverseLayout) { 147 super(context, spanCount, orientation, reverseLayout);
|
GridLayoutManagerCachedBordersTest.java | 73 for (boolean reverseLayout : new boolean[]{false, true}) { 75 Config config = new Config(spanCounts[i], orientation, reverseLayout);
|
LinearLayoutManagerWrapContentWithAspectRatioTest.java | 60 for (boolean reverseLayout : new boolean[]{false, true}) { 65 reverseLayout, stackFromBottom), 74 reverseLayout, stackFromBottom), 84 reverseLayout, stackFromBottom), 94 reverseLayout, stackFromBottom),
|
LinearLayoutManagerWrapContentTest.java | 120 for (boolean reverseLayout : new boolean[]{false, true}) { 124 new Config(orientation, reverseLayout, stackFromBottom), 130 new Config(orientation, reverseLayout, stackFromBottom),
|
BaseLinearLayoutManagerTest.java | 51 for (boolean reverseLayout : new boolean[]{false, true}) { 55 new Config(orientation, reverseLayout, stackFromBottom).wrap(wrap)); 275 Config(int orientation, boolean reverseLayout, boolean stackFromEnd) { 277 mReverseLayout = reverseLayout; 305 Config reverseLayout(boolean reverseLayout) { 306 mReverseLayout = reverseLayout; 347 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { 348 super(context, orientation, reverseLayout);
|
LinearLayoutManagerTest.java | 63 new Config().orientation(VERTICAL).stackFromBottom(false).reverseLayout( 70 new Config().orientation(VERTICAL).stackFromBottom(false).reverseLayout(true), 100, 77 new Config().orientation(VERTICAL).stackFromBottom(true).reverseLayout(false), 100, 84 new Config().orientation(VERTICAL).stackFromBottom(true).reverseLayout(true), 100, 91 new Config().orientation(HORIZONTAL).stackFromBottom(false).reverseLayout( 98 new Config().orientation(HORIZONTAL).stackFromBottom(false).reverseLayout(true), 105 new Config().orientation(HORIZONTAL).stackFromBottom(true).reverseLayout(false), 112 new Config().orientation(HORIZONTAL).stackFromBottom(true).reverseLayout(true), 100,
|
GridLayoutManagerTest.java | 76 private void scrollToBadOffset(boolean reverseLayout) throws Throwable { 79 RecyclerView recyclerView = setupBasic(new Config(2, 100).reverseLayout(reverseLayout), 119 final RecyclerView recyclerView = setupBasic(new Config(3, 31).reverseLayout(!scrollDown) 542 new Config(3, 0).orientation(VERTICAL).reverseLayout(false), 100, 0); 548 new Config(3, 0).orientation(VERTICAL).reverseLayout(true), 100, 555 new Config(3, 0).orientation(HORIZONTAL).reverseLayout( 562 new Config(3, 0).orientation(HORIZONTAL).reverseLayout(true), [all...] |
BaseStaggeredGridLayoutManagerTest.java | 47 for (boolean reverseLayout : new boolean[]{false, true}) { 52 variations.add(new Config(orientation, reverseLayout, spanCount, 402 Config(int orientation, boolean reverseLayout, int spanCount, int gapStrategy) { 404 mReverseLayout = reverseLayout; 418 Config reverseLayout(boolean reverseLayout) { 419 mReverseLayout = reverseLayout; [all...] |
AsyncListUtilLayoutTest.java | 312 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { 313 super(context, orientation, reverseLayout);
|
GridLayoutManagerWrapContentWithAspectRatioTest.java | 52 for (boolean reverseLayout : new boolean[]{false, true}) { 58 new Config(3, orientation, reverseLayout),
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
ScrollbarHelper.java | 31 boolean smoothScrollbarEnabled, boolean reverseLayout) { 40 final int itemsBefore = reverseLayout
|
StaggeredGridLayoutManager.java | 229 setReverseLayout(properties.reverseLayout); 465 * @param reverseLayout Whether layout should be in reverse or not 467 public void setReverseLayout(boolean reverseLayout) { 469 if (mPendingSavedState != null && mPendingSavedState.mReverseLayout != reverseLayout) { 470 mPendingSavedState.mReverseLayout = reverseLayout; 472 mReverseLayout = reverseLayout; [all...] |
LinearLayoutManager.java | 152 * @param reverseLayout When set to true, layouts from end to start. 154 public LinearLayoutManager(Context context, int orientation, boolean reverseLayout) { 156 setReverseLayout(reverseLayout); 172 setReverseLayout(properties.reverseLayout); 373 public void setReverseLayout(boolean reverseLayout) { 375 if (reverseLayout == mReverseLayout) { 378 mReverseLayout = reverseLayout; 602 // TODO we can probably avoid this if neither stackFromEnd/reverseLayout/RTL values have [all...] |
GridLayoutManager.java | 92 * @param reverseLayout When set to true, layouts from end to start. 95 boolean reverseLayout) { 96 super(context, orientation, reverseLayout); [all...] |
RecyclerView.java | [all...] |
/prebuilts/sdk/current/support/v7/recyclerview/libs/ |
android-support-v7-recyclerview.jar | |
/prebuilts/misc/common/android-support-test/espresso/ |
espresso-contrib-2.2.2-release.jar | |