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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
H A DDesignLibUtil.java41 public static final int SCROLL_AXIS_VERTICAL = 1 << 1; field in class:DesignLibUtil
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java323 @IntDef(value = {SCROLL_AXIS_NONE, SCROLL_AXIS_HORIZONTAL, SCROLL_AXIS_VERTICAL}, flag = true)
341 public static final int SCROLL_AXIS_VERTICAL = 1 << 1; field in class:ViewCompat
3053 * and/or {@link ViewCompat#SCROLL_AXIS_VERTICAL}.
3160 * and/or {@link ViewCompat#SCROLL_AXIS_VERTICAL}.
/frameworks/base/core/java/android/view/
H A DView.java3656 public static final int SCROLL_AXIS_VERTICAL = 1 << 1; field in class:View
23360 * {@link #SCROLL_AXIS_VERTICAL}.

Completed in 439 milliseconds