Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DPagedOrientationHandler.java64 Int2DAction<View> VIEW_SCROLL_BY = View::scrollBy; field
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java25 import static com.android.launcher3.touch.PagedOrientationHandler.VIEW_SCROLL_BY;
1283 mOrientationHandler.setPrimary(this, VIEW_SCROLL_BY, movedDelta); in onTouchEvent()