Home
last modified time | relevance | path

Searched refs:mSmoothScrollbarEnabled (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java115 private boolean mSmoothScrollbarEnabled = true; field in LinearLayoutManager
1058 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollOffset()
1059 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollOffset()
1060 this, mSmoothScrollbarEnabled, mShouldReverseLayout); in computeScrollOffset()
1069 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollExtent()
1070 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollExtent()
1071 this, mSmoothScrollbarEnabled); in computeScrollExtent()
1080 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollRange()
1081 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollRange()
1082 this, mSmoothScrollbarEnabled); in computeScrollRange()
[all …]
DStaggeredGridLayoutManager.java195 private boolean mSmoothScrollbarEnabled = true; field in StaggeredGridLayoutManager
945 findFirstVisibleItemClosestToStart(!mSmoothScrollbarEnabled, true)
946 , findFirstVisibleItemClosestToEnd(!mSmoothScrollbarEnabled, true),
947 this, mSmoothScrollbarEnabled, mShouldReverseLayout);
966 findFirstVisibleItemClosestToStart(!mSmoothScrollbarEnabled, true)
967 , findFirstVisibleItemClosestToEnd(!mSmoothScrollbarEnabled, true),
968 this, mSmoothScrollbarEnabled);
987 findFirstVisibleItemClosestToStart(!mSmoothScrollbarEnabled, true)
988 , findFirstVisibleItemClosestToEnd(!mSmoothScrollbarEnabled, true),
989 this, mSmoothScrollbarEnabled);
/frameworks/base/core/java/android/widget/
DAbsListView.java477 private boolean mSmoothScrollbarEnabled = true; field in AbsListView
1430 mSmoothScrollbarEnabled = enabled; in setSmoothScrollbarEnabled()
1442 return mSmoothScrollbarEnabled; in isSmoothScrollbarEnabled()
2003 if (mSmoothScrollbarEnabled) { in computeVerticalScrollExtent()
2033 if (mSmoothScrollbarEnabled) { in computeVerticalScrollOffset()
2060 if (mSmoothScrollbarEnabled) { in computeVerticalScrollRange()