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

/frameworks/base/core/java/android/webkit/
H A DOverScrollGlow.java83 if (maxY > 0 || mHostView.getWebView().getOverScrollMode() == View.OVER_SCROLL_ALWAYS) {
123 if (rangeY > 0 || mHostView.getWebView().getOverScrollMode() == View.OVER_SCROLL_ALWAYS) {
H A DAutoCompletePopup.java227 mPopup.getListView().setOverScrollMode(View.OVER_SCROLL_ALWAYS);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java36 public static final int OVER_SCROLL_ALWAYS = 0; field in class:ViewCompat
363 * one of {@link #OVER_SCROLL_ALWAYS} (default), {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
376 * {@link #OVER_SCROLL_ALWAYS} (default), {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
H A DViewPager.java2096 if (overScrollMode == ViewCompat.OVER_SCROLL_ALWAYS ||
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java595 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS ||
1259 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS ||
H A DScrollView.java631 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS ||
1247 final boolean canOverscroll = overscrollMode == OVER_SCROLL_ALWAYS ||
H A DAutoCompleteTextView.java1097 mPopup.getListView().setOverScrollMode(View.OVER_SCROLL_ALWAYS);
H A DAbsListView.java3111 if (overscrollMode == OVER_SCROLL_ALWAYS ||
3157 if (overscrollMode == OVER_SCROLL_ALWAYS ||
3981 if (overscrollMode == OVER_SCROLL_ALWAYS ||
/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.java2191 public static final int OVER_SCROLL_ALWAYS = 0; field in class:View
2538 * {@link #OVER_SCROLL_ALWAYS}, {@link #OVER_SCROLL_IF_CONTENT_SCROLLS},
16501 final boolean overScrollHorizontal = overScrollMode == OVER_SCROLL_ALWAYS ||
16503 final boolean overScrollVertical = overScrollMode == OVER_SCROLL_ALWAYS ||
16561 * one of {@link #OVER_SCROLL_ALWAYS} (default), {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
16573 * {@link #OVER_SCROLL_ALWAYS} (default), {@link #OVER_SCROLL_IF_CONTENT_SCROLLS}
16583 if (overScrollMode != OVER_SCROLL_ALWAYS &&

Completed in 3922 milliseconds