Searched defs:FLAG_HORIZONTAL (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java74 private static final int FLAG_HORIZONTAL = 1; field in class:RecyclerViewLayoutTest
1104 scrollInOtherOrientationTest(FLAG_HORIZONTAL);
1114 scrollInOtherOrientationTest(FLAG_HORIZONTAL | FLAG_FLING);
1135 scrollInOtherOrientationTest(FLAG_HORIZONTAL, 0);
1143 scrollInOtherOrientationTest(FLAG_HORIZONTAL, 0);
1169 return (flags & FLAG_HORIZONTAL) != 0;
1213 (expectedFlags & FLAG_HORIZONTAL) != 0, scrolledHorizontal.get());

Completed in 65 milliseconds