Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java638 private FastScroller mFastScroll; field in AbsListView
1324 if (mFastScroll != null) { in setFastScrollerEnabledUiThread()
1325 mFastScroll.setEnabled(enabled); in setFastScrollerEnabledUiThread()
1327 mFastScroll = new FastScroller(this, mFastScrollStyle); in setFastScrollerEnabledUiThread()
1328 mFastScroll.setEnabled(true); in setFastScrollerEnabledUiThread()
1333 if (mFastScroll != null) { in setFastScrollerEnabledUiThread()
1334 mFastScroll.updateLayout(); in setFastScrollerEnabledUiThread()
1345 if (mFastScroll == null) { in setFastScrollStyle()
1348 mFastScroll.setStyle(styleResId); in setFastScrollStyle()
1388 if (mFastScroll != null) { in setFastScrollerAlwaysVisibleUiThread()
[all …]