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

/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java57 @IntDef({OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER})
76 public static final int OVER_SCROLL_NEVER = 2; field in class:ViewCompat
405 return OVER_SCROLL_NEVER;
1582 * or {@link #OVER_SCROLL_NEVER}.
1596 * or {@link #OVER_SCROLL_NEVER}.
/frameworks/base/core/java/android/view/
H A DView.java2584 public static final int OVER_SCROLL_NEVER = 2; field in class:View
3054 * and {@link #OVER_SCROLL_NEVER}.
19888 * or {@link #OVER_SCROLL_NEVER}.
19900 * or {@link #OVER_SCROLL_NEVER}.
19910 overScrollMode != OVER_SCROLL_NEVER) {

Completed in 73 milliseconds