Searched refs:mSmoothScrollbarEnabled (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | LinearLayoutManager.java | 113 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/ |
D | AbsListView.java | 506 private boolean mSmoothScrollbarEnabled = true; field in AbsListView 1480 mSmoothScrollbarEnabled = enabled; in setSmoothScrollbarEnabled() 1493 return mSmoothScrollbarEnabled; in isSmoothScrollbarEnabled() 2039 if (mSmoothScrollbarEnabled) { in computeVerticalScrollExtent() 2069 if (mSmoothScrollbarEnabled) { in computeVerticalScrollOffset() 2096 if (mSmoothScrollbarEnabled) { in computeVerticalScrollRange()
|