Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLinearLayoutManager.java113 private boolean mSmoothScrollbarEnabled = true; field in LinearLayoutManager
1087 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollOffset()
1088 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollOffset()
1089 this, mSmoothScrollbarEnabled, mShouldReverseLayout); in computeScrollOffset()
1098 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollExtent()
1099 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollExtent()
1100 this, mSmoothScrollbarEnabled); in computeScrollExtent()
1109 findFirstVisibleChildClosestToStart(!mSmoothScrollbarEnabled, true), in computeScrollRange()
1110 findFirstVisibleChildClosestToEnd(!mSmoothScrollbarEnabled, true), in computeScrollRange()
1111 this, mSmoothScrollbarEnabled); in computeScrollRange()
[all …]
/frameworks/base/core/java/android/widget/
DAbsListView.java506 private boolean mSmoothScrollbarEnabled = true; field in AbsListView
1483 mSmoothScrollbarEnabled = enabled; in setSmoothScrollbarEnabled()
1496 return mSmoothScrollbarEnabled; in isSmoothScrollbarEnabled()
2057 if (mSmoothScrollbarEnabled) { in computeVerticalScrollExtent()
2087 if (mSmoothScrollbarEnabled) { in computeVerticalScrollOffset()
2114 if (mSmoothScrollbarEnabled) { in computeVerticalScrollRange()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt85983 Landroid/widget/AbsListView;->mSmoothScrollbarEnabled:Z