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