Searched refs:OVER_SCROLL_ALWAYS (Results 1 – 10 of 10) sorted by relevance
727 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in onTouchEvent()1415 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in computeScroll()
793 boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in onTouchEvent()1444 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS || in computeScroll()
1317 mPopup.getListView().setOverScrollMode(View.OVER_SCROLL_ALWAYS); in showDropDown()
3678 if (overscrollMode == OVER_SCROLL_ALWAYS || in scrollIfNeeded()3729 if (overscrollMode == OVER_SCROLL_ALWAYS || in scrollIfNeeded()4740 if (overscrollMode == OVER_SCROLL_ALWAYS ||
417 if (overScrollMode == ViewCompat.OVER_SCROLL_ALWAYS || in trackMotionScroll()
2255 if (overScrollMode == View.OVER_SCROLL_ALWAYS ||
3504 public static final int OVER_SCROLL_ALWAYS = 0; field in View26339 final boolean overScrollHorizontal = overScrollMode == OVER_SCROLL_ALWAYS || in overScrollBy()26341 final boolean overScrollVertical = overScrollMode == OVER_SCROLL_ALWAYS || in overScrollBy()26406 @EnumEntry(value = OVER_SCROLL_ALWAYS, name = "always"),26426 if (overScrollMode != OVER_SCROLL_ALWAYS && in setOverScrollMode()
33813 field public static final int OVER_SCROLL_ALWAYS = 0; // 0x0
52119 field public static final int OVER_SCROLL_ALWAYS = 0; // 0x0
52263 field public static final int OVER_SCROLL_ALWAYS = 0; // 0x0