Searched refs:mFastScroll (Results 1 – 1 of 1) sorted by relevance
675 private FastScroller mFastScroll; field in AbsListView1407 if (mFastScroll != null) { in setFastScrollerEnabledUiThread()1408 mFastScroll.setEnabled(enabled); in setFastScrollerEnabledUiThread()1410 mFastScroll = new FastScroller(this, mFastScrollStyle); in setFastScrollerEnabledUiThread()1411 mFastScroll.setEnabled(true); in setFastScrollerEnabledUiThread()1416 if (mFastScroll != null) { in setFastScrollerEnabledUiThread()1417 mFastScroll.updateLayout(); in setFastScrollerEnabledUiThread()1428 if (mFastScroll == null) { in setFastScrollStyle()1431 mFastScroll.setStyle(styleResId); in setFastScrollStyle()1471 if (mFastScroll != null) { in setFastScrollerAlwaysVisibleUiThread()[all …]