Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java557 private FastScroller mFastScroller; field in AbsListView
1143 if (mFastScroller == null) { in setFastScrollEnabled()
1144 mFastScroller = new FastScroller(getContext(), this); in setFastScrollEnabled()
1147 if (mFastScroller != null) { in setFastScrollEnabled()
1148 mFastScroller.stop(); in setFastScrollEnabled()
1149 mFastScroller = null; in setFastScrollEnabled()
1170 if (mFastScroller != null) { in setFastScrollAlwaysVisible()
1171 mFastScroller.setAlwaysShow(alwaysShow); in setFastScrollAlwaysVisible()
1186 return mFastScrollEnabled && mFastScroller.isAlwaysShowEnabled(); in isFastScrollAlwaysVisible()
1192 return Math.max(super.getVerticalScrollbarWidth(), mFastScroller.getWidth()); in getVerticalScrollbarWidth()
[all …]