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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseGridLayoutManagerTest.java 65 for (boolean reverseLayout : new boolean[]{false, true}) {
67 variations.add(new Config(spanCount, orientation, reverseLayout));
119 public Config(int spanCount, int orientation, boolean reverseLayout) {
122 mReverseLayout = reverseLayout;
140 public Config reverseLayout(boolean reverseLayout) {
141 mReverseLayout = reverseLayout;
170 boolean reverseLayout) {
171 super(context, spanCount, orientation, reverseLayout);
BaseLinearLayoutManagerTest.java 55 for (boolean reverseLayout : new boolean[]{false, true}) {
59 new Config(orientation, reverseLayout, stackFromBottom).wrap(wrap));
290 Config(int orientation, boolean reverseLayout, boolean stackFromEnd) {
292 mReverseLayout = reverseLayout;
320 Config reverseLayout(boolean reverseLayout) {
321 mReverseLayout = reverseLayout;
377 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) {
378 super(context, orientation, reverseLayout);
BaseStaggeredGridLayoutManagerTest.java 52 for (boolean reverseLayout : new boolean[]{false, true}) {
57 variations.add(new Config(orientation, reverseLayout, spanCount,
406 Config(int orientation, boolean reverseLayout, int spanCount, int gapStrategy) {
408 mReverseLayout = reverseLayout;
422 Config reverseLayout(boolean reverseLayout) {
423 mReverseLayout = reverseLayout;
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.3-beta-2-release.jar 

Completed in 88 milliseconds