HomeSort by relevance Sort by last modified time
    Searched defs:reverseLayout (Results 1 - 6 of 6) sorted by null

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseGridLayoutManagerTest.java 64 for (boolean reverseLayout : new boolean[]{false, true}) {
66 variations.add(new Config(spanCount, orientation, reverseLayout));
118 public Config(int spanCount, int orientation, boolean reverseLayout) {
121 mReverseLayout = reverseLayout;
139 public Config reverseLayout(boolean reverseLayout) {
140 mReverseLayout = reverseLayout;
169 boolean reverseLayout) {
170 super(context, spanCount, orientation, reverseLayout);
BaseLinearLayoutManagerTest.java 56 for (boolean reverseLayout : new boolean[]{false, true}) {
60 new Config(orientation, reverseLayout, stackFromBottom).wrap(wrap));
291 Config(int orientation, boolean reverseLayout, boolean stackFromEnd) {
293 mReverseLayout = reverseLayout;
321 Config reverseLayout(boolean reverseLayout) {
322 mReverseLayout = reverseLayout;
378 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) {
379 super(context, orientation, reverseLayout);
BaseStaggeredGridLayoutManagerTest.java 47 for (boolean reverseLayout : new boolean[]{false, true}) {
52 variations.add(new Config(orientation, reverseLayout, spanCount,
401 Config(int orientation, boolean reverseLayout, int spanCount, int gapStrategy) {
403 mReverseLayout = reverseLayout;
417 Config reverseLayout(boolean reverseLayout) {
418 mReverseLayout = reverseLayout;
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
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 

Completed in 196 milliseconds