Searched refs:OVER_SCROLL_ALWAYS (Results 1 – 11 of 11) sorted by relevance
19 import static android.view.View.OVER_SCROLL_ALWAYS;255 return hasExceededMaxWindowHeight() ? OVER_SCROLL_ALWAYS : OVER_SCROLL_NEVER; in getMenuScrollMode()
751 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in onTouchEvent()888 && (overscrollMode == OVER_SCROLL_ALWAYS in onGenericMotionEvent()1474 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in computeScroll()
856 boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in onTouchEvent()995 && (overscrollMode == OVER_SCROLL_ALWAYS in onGenericMotionEvent()1564 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in computeScroll()
1336 mPopup.getListView().setOverScrollMode(View.OVER_SCROLL_ALWAYS); in showDropDown()
3768 if (overscrollMode == OVER_SCROLL_ALWAYS || in scrollIfNeeded()3819 if (overscrollMode == OVER_SCROLL_ALWAYS || in scrollIfNeeded()4532 && (overscrollMode == OVER_SCROLL_ALWAYS in onGenericMotionEvent()5021 if (overscrollMode == OVER_SCROLL_ALWAYS ||
417 if (overScrollMode == ViewCompat.OVER_SCROLL_ALWAYS || in trackMotionScroll()
2299 if (overScrollMode == View.OVER_SCROLL_ALWAYS ||
3981 public static final int OVER_SCROLL_ALWAYS = 0; field in View29609 final boolean overScrollHorizontal = overScrollMode == OVER_SCROLL_ALWAYS || in overScrollBy()29611 final boolean overScrollVertical = overScrollMode == OVER_SCROLL_ALWAYS || in overScrollBy()29676 @EnumEntry(value = OVER_SCROLL_ALWAYS, name = "always"),29696 if (overScrollMode != OVER_SCROLL_ALWAYS && in setOverScrollMode()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
33813 field public static final int OVER_SCROLL_ALWAYS = 0; // 0x0
53279 field public static final int OVER_SCROLL_ALWAYS = 0; // 0x0