Searched refs:OVER_SCROLL_ALWAYS (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java792 boolean canOverscroll = overscrollMode == View.OVER_SCROLL_ALWAYS
956 final boolean overScrollHorizontal = overScrollMode == View.OVER_SCROLL_ALWAYS
958 final boolean overScrollVertical = overScrollMode == View.OVER_SCROLL_ALWAYS
1434 final boolean canOverscroll = overscrollMode == View.OVER_SCROLL_ALWAYS
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java1216 mPopup.getListView().setOverScrollMode(View.OVER_SCROLL_ALWAYS);
H A DHorizontalScrollView.java621 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS ||
1304 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS ||
H A DScrollView.java677 boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS ||
1323 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS ||
H A DAbsListView.java3599 if (overscrollMode == OVER_SCROLL_ALWAYS ||
3650 if (overscrollMode == OVER_SCROLL_ALWAYS ||
4627 if (overscrollMode == OVER_SCROLL_ALWAYS ||
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java80 @IntDef({OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER})
87 * @deprecated Use {@link View#OVER_SCROLL_ALWAYS} directly. This constant will be removed in
91 public static final int OVER_SCROLL_ALWAYS = 0; field in class:ViewCompat
1869 * one of {@link #OVER_SCROLL_ALWAYS} (default), {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
1887 * {@link #OVER_SCROLL_ALWAYS} (default), {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java417 if (overScrollMode == ViewCompat.OVER_SCROLL_ALWAYS ||
/frameworks/base/core/java/android/view/
H A DView.java2720 public static final int OVER_SCROLL_ALWAYS = 0; field in class:View
3214 * {@link #OVER_SCROLL_ALWAYS}, {@link #OVER_SCROLL_IF_CONTENT_SCROLLS},
21046 final boolean overScrollHorizontal = overScrollMode == OVER_SCROLL_ALWAYS ||
21048 final boolean overScrollVertical = overScrollMode == OVER_SCROLL_ALWAYS ||
21106 * one of {@link #OVER_SCROLL_ALWAYS} (default), {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
21118 * {@link #OVER_SCROLL_ALWAYS} (default), {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
21128 if (overScrollMode != OVER_SCROLL_ALWAYS &&
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2247 if (overScrollMode == View.OVER_SCROLL_ALWAYS ||
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java2451 if (overScrollMode == View.OVER_SCROLL_ALWAYS

Completed in 371 milliseconds