Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java605 private FastScroller mFastScroll; field in AbsListView
1283 if (mFastScroll != null) { in setFastScrollerEnabledUiThread()
1284 mFastScroll.setEnabled(enabled); in setFastScrollerEnabledUiThread()
1286 mFastScroll = new FastScroller(this, mFastScrollStyle); in setFastScrollerEnabledUiThread()
1287 mFastScroll.setEnabled(true); in setFastScrollerEnabledUiThread()
1292 if (mFastScroll != null) { in setFastScrollerEnabledUiThread()
1293 mFastScroll.updateLayout(); in setFastScrollerEnabledUiThread()
1304 if (mFastScroll == null) { in setFastScrollStyle()
1307 mFastScroll.setStyle(styleResId); in setFastScrollStyle()
1347 if (mFastScroll != null) { in setFastScrollerAlwaysVisibleUiThread()
[all …]