Searched defs:mFastScroll (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DAbsListView.java608 private FastScroller mFastScroll; field in class:AbsListView
1293 if (mFastScroll != null) {
1294 mFastScroll.setEnabled(enabled);
1296 mFastScroll = new FastScroller(this, mFastScrollStyle);
1297 mFastScroll.setEnabled(true);
1302 if (mFastScroll != null) {
1303 mFastScroll.updateLayout();
1314 if (mFastScroll == null) {
1317 mFastScroll.setStyle(styleResId);
1357 if (mFastScroll !
[all...]

Completed in 31 milliseconds