Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java1399 if (mFastScroll != null) { in setFastScrollerEnabledUiThread()
1408 if (mFastScroll != null) { in setFastScrollerEnabledUiThread()
1420 if (mFastScroll == null) { in setFastScrollStyle()
1463 if (mFastScroll != null) { in setFastScrollerAlwaysVisibleUiThread()
1482 if (mFastScroll == null) { in isFastScrollAlwaysVisible()
1485 return mFastScroll.isEnabled() && mFastScroll.isAlwaysShowEnabled(); in isFastScrollAlwaysVisible()
1491 if (mFastScroll != null && mFastScroll.isEnabled()) { in getVerticalScrollbarWidth()
1506 if (mFastScroll == null) { in isFastScrollEnabled()
3973 if (mFastScroll != null && mFastScroll.onTouchEvent(ev)) { in onTouchEvent()
4697 if (mFastScroll != null && mFastScroll.onInterceptHoverEvent(event)) { in onInterceptHoverEvent()
[all …]