Searched defs:SCROLL_AXIS_VERTICAL (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)
355 public static final int SCROLL_AXIS_VERTICAL = 1 << 1; field in class:ViewCompat
2485 * and/or {@link ViewCompat#SCROLL_AXIS_VERTICAL}.
2627 * and/or {@link ViewCompat#SCROLL_AXIS_VERTICAL}.
/frameworks/base/core/java/android/view/
H A DView.java3801 public static final int SCROLL_AXIS_VERTICAL = 1 << 1; field in class:View
24548 * {@link #SCROLL_AXIS_VERTICAL}.
[all...]

Completed in 94 milliseconds