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

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java337 @IntDef(value = {SCROLL_AXIS_NONE, SCROLL_AXIS_HORIZONTAL, SCROLL_AXIS_VERTICAL}, flag = true)
350 public static final int SCROLL_AXIS_HORIZONTAL = 1 << 0; field in class:ViewCompat
2484 * @param axes Flags consisting of a combination of {@link ViewCompat#SCROLL_AXIS_HORIZONTAL}
2626 * @param axes Flags consisting of a combination of {@link ViewCompat#SCROLL_AXIS_HORIZONTAL}
/frameworks/base/core/java/android/view/
H A DView.java3796 public static final int SCROLL_AXIS_HORIZONTAL = 1 << 0; field in class:View
24547 * @param axes Flags consisting of a combination of {@link #SCROLL_AXIS_HORIZONTAL} and/or
[all...]

Completed in 76 milliseconds