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

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java93 @IntDef({OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER})
117 * @deprecated Use {@link View#OVER_SCROLL_NEVER} directly. This constant will be removed in
121 public static final int OVER_SCROLL_NEVER = 2; field in class:ViewCompat
509 * or {@link #OVER_SCROLL_NEVER}.
527 * or {@link #OVER_SCROLL_NEVER}.
/frameworks/base/core/java/android/view/
H A DView.java3287 public static final int OVER_SCROLL_NEVER = 2; field in class:View
3807 * and {@link #OVER_SCROLL_NEVER}.
24452 * or {@link #OVER_SCROLL_NEVER}.
24464 * or {@link #OVER_SCROLL_NEVER}.
24474 overScrollMode != OVER_SCROLL_NEVER) {
[all...]

Completed in 98 milliseconds