Home
last modified time | relevance | path

Searched refs:OVER_SCROLL_NEVER (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseGridView.java225 setOverScrollMode(View.OVER_SCROLL_NEVER); in BaseGridView()
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java90 @IntDef({OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER})
118 public static final int OVER_SCROLL_NEVER = 2; field in ViewCompat
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1642 if (mode != OVER_SCROLL_NEVER) { in setOverScrollMode()
DScrollView.java1683 if (mode != OVER_SCROLL_NEVER) { in setOverScrollMode()
DAbsListView.java891 if (mode != OVER_SCROLL_NEVER) { in setOverScrollMode()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java581 setWillNotDraw(getOverScrollMode() == View.OVER_SCROLL_NEVER); in RecyclerView()
1520 setWillNotDraw(getOverScrollMode() == View.OVER_SCROLL_NEVER); in removeItemDecoration()
1786 } else if (getOverScrollMode() != View.OVER_SCROLL_NEVER) { in scrollByInternal()
4861 if (getOverScrollMode() != View.OVER_SCROLL_NEVER) { in run()
4880 if (getOverScrollMode() != View.OVER_SCROLL_NEVER) { in run()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java554 if (overScrollMode != ViewCompat.OVER_SCROLL_NEVER) { in computeScroll()
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java1801 if (getOverScrollMode() != View.OVER_SCROLL_NEVER) { in ensureGlows()
/frameworks/base/core/java/android/view/
DView.java3158 public static final int OVER_SCROLL_NEVER = 2; field in View
23286 overScrollMode != OVER_SCROLL_NEVER) {
/frameworks/support/api/
D22.0.0.txt3477 field public static final int OVER_SCROLL_NEVER = 2; // 0x2
D22.1.0.txt3808 field public static final int OVER_SCROLL_NEVER = 2; // 0x2
D22.2.0.txt4208 field public static final int OVER_SCROLL_NEVER = 2; // 0x2
D22.2.1.txt4237 field public static final int OVER_SCROLL_NEVER = 2; // 0x2
D25.1.0.txt6859 field public static final deprecated int OVER_SCROLL_NEVER = 2; // 0x2
D25.0.0.txt6448 field public static final deprecated int OVER_SCROLL_NEVER = 2; // 0x2
D23.0.0.txt4910 field public static final int OVER_SCROLL_NEVER = 2; // 0x2
D25.2.0.txt6859 field public static final deprecated int OVER_SCROLL_NEVER = 2; // 0x2
D24.2.0.txt6381 field public static final deprecated int OVER_SCROLL_NEVER = 2; // 0x2
D26.0.0-alpha1.txt7764 field public static final deprecated int OVER_SCROLL_NEVER = 2; // 0x2
D23.2.1.txt5582 field public static final int OVER_SCROLL_NEVER = 2; // 0x2
D25.3.0.txt7291 field public static final deprecated int OVER_SCROLL_NEVER = 2; // 0x2
D23.2.0.txt5582 field public static final int OVER_SCROLL_NEVER = 2; // 0x2
D23.1.1.txt5163 field public static final int OVER_SCROLL_NEVER = 2; // 0x2
D25.4.0.txt7362 field public static final deprecated int OVER_SCROLL_NEVER = 2; // 0x2
D23.4.0.txt5594 field public static final int OVER_SCROLL_NEVER = 2; // 0x2

12