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

/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java74 @IntDef({OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER})
93 public static final int OVER_SCROLL_NEVER = 2; field in class:ViewCompat
500 return OVER_SCROLL_NEVER;
1821 * or {@link #OVER_SCROLL_NEVER}.
1836 * or {@link #OVER_SCROLL_NEVER}.
/frameworks/base/core/java/android/view/
H A DView.java2705 public static final int OVER_SCROLL_NEVER = 2; field in class:View
3197 * and {@link #OVER_SCROLL_NEVER}.
20938 * or {@link #OVER_SCROLL_NEVER}.
20950 * or {@link #OVER_SCROLL_NEVER}.
20960 overScrollMode != OVER_SCROLL_NEVER) {

Completed in 132 milliseconds