Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DPagedOrientationHandler.java65 Int2DAction<View> VIEW_SCROLL_TO = View::scrollTo; field
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java26 import static com.android.launcher3.touch.PagedOrientationHandler.VIEW_SCROLL_TO;
255 mOrientationHandler.setPrimary(this, VIEW_SCROLL_TO, newPosition); in updateCurrentPageScroll()
559 mOrientationHandler.setPrimary(this, VIEW_SCROLL_TO, mScroller.getCurrX()); in computeScrollHelper()