Searched refs:OVER_SCROLL_ALWAYS (Results 1 – 10 of 10) sorted by relevance
83 if (maxY > 0 || mHostView.getOverScrollMode() == View.OVER_SCROLL_ALWAYS) { in pullGlow()123 if (rangeY > 0 || mHostView.getOverScrollMode() == View.OVER_SCROLL_ALWAYS) { in absorbGlow()
31 public static final int OVER_SCROLL_ALWAYS = 0; field in ViewCompat
1261 if (overScrollMode == ViewCompat.OVER_SCROLL_ALWAYS ||
583 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in onTouchEvent()1193 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in computeScroll()
569 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in onTouchEvent()1184 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in computeScroll()
1063 mPopup.getListView().setOverScrollMode(View.OVER_SCROLL_ALWAYS); in showDropDown()
2876 if (overscrollMode == OVER_SCROLL_ALWAYS || in scrollIfNeeded()2921 if (overscrollMode == OVER_SCROLL_ALWAYS || in scrollIfNeeded()3708 if (overscrollMode == OVER_SCROLL_ALWAYS ||
1768 public static final int OVER_SCROLL_ALWAYS = 0; field in View13469 final boolean overScrollHorizontal = overScrollMode == OVER_SCROLL_ALWAYS ||13471 final boolean overScrollVertical = overScrollMode == OVER_SCROLL_ALWAYS ||13551 if (overScrollMode != OVER_SCROLL_ALWAYS &&
23218 field public static final int OVER_SCROLL_ALWAYS = 0; // 0x0