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

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java333 @IntDef(value = {SCROLL_AXIS_NONE, SCROLL_AXIS_HORIZONTAL, SCROLL_AXIS_VERTICAL}, flag = true)
346 public static final int SCROLL_AXIS_HORIZONTAL = 1 << 0; field in class:ViewCompat
3271 * @param axes Flags consisting of a combination of {@link ViewCompat#SCROLL_AXIS_HORIZONTAL}
3378 * @param axes Flags consisting of a combination of {@link ViewCompat#SCROLL_AXIS_HORIZONTAL}
/frameworks/base/core/java/android/view/
H A DView.java3689 public static final int SCROLL_AXIS_HORIZONTAL = 1 << 0; field in class:View
23432 * @param axes Flags consisting of a combination of {@link #SCROLL_AXIS_HORIZONTAL} and/or

Completed in 186 milliseconds