Home
last modified time | relevance | path

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

/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
H A DWearableListView.java835 private RecyclerView.SmoothScroller mSmoothScroller; field in WearableListView.LayoutManager
1126 mSmoothScroller = smoothScroller; in setCustomSmoothScroller()
1130 mSmoothScroller = null; in clearCustomSmoothScroller()
1143 RecyclerView.SmoothScroller scroller = mSmoothScroller; in smoothScrollToPosition()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6936 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager
7707 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()
7708 && mSmoothScroller.isRunning()) { in startSmoothScroll()
7709 mSmoothScroller.stop(); in startSmoothScroll()
7711 mSmoothScroller = smoothScroller; in startSmoothScroll()
7719 return mSmoothScroller != null && mSmoothScroller.isRunning(); in isSmoothScrolling()
7846 if (mSmoothScroller != null && mSmoothScroller.isRunning()) { in addViewInt()
9398 if (mSmoothScroller != null) { in stopSmoothScroller()
9399 mSmoothScroller.stop(); in stopSmoothScroller()
9404 if (mSmoothScroller == smoothScroller) { in onSmoothScrollerStopped()
[all …]