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

/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java47 public static final int OVER_SCROLL_NEVER = 2; field in class:ViewCompat
147 return OVER_SCROLL_NEVER;
365 * or {@link #OVER_SCROLL_NEVER}.
378 * or {@link #OVER_SCROLL_NEVER}.
/frameworks/base/core/java/android/view/
H A DView.java2206 public static final int OVER_SCROLL_NEVER = 2; field in class:View
2537 * and {@link #OVER_SCROLL_NEVER}.
16558 * or {@link #OVER_SCROLL_NEVER}.
16570 * or {@link #OVER_SCROLL_NEVER}.
16580 overScrollMode != OVER_SCROLL_NEVER) {

Completed in 144 milliseconds