Searched refs:mFastScroll (Results 1 – 1 of 1) sorted by relevance
638 private FastScroller mFastScroll; field in AbsListView1324 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 …]