Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DAbsListView.java1331 if (mFastScroll != null) { in setFastScrollerEnabledUiThread()
1340 if (mFastScroll != null) { in setFastScrollerEnabledUiThread()
1352 if (mFastScroll == null) { in setFastScrollStyle()
1395 if (mFastScroll != null) { in setFastScrollerAlwaysVisibleUiThread()
1414 if (mFastScroll == null) { in isFastScrollAlwaysVisible()
1417 return mFastScroll.isEnabled() && mFastScroll.isAlwaysShowEnabled(); in isFastScrollAlwaysVisible()
1423 if (mFastScroll != null && mFastScroll.isEnabled()) { in getVerticalScrollbarWidth()
1438 if (mFastScroll == null) { in isFastScrollEnabled()
3885 if (mFastScroll != null && mFastScroll.onTouchEvent(ev)) { in onTouchEvent()
4514 if (mFastScroll != null && mFastScroll.onInterceptHoverEvent(event)) { in onInterceptHoverEvent()
[all …]