Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsPagedView.java47 protected boolean snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity() method in AllAppsPagedView
48 boolean resp = super.snapToPageWithVelocity(whichPage, velocity); in snapToPageWithVelocity()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java1427 () -> snapToPageWithVelocity(finalPage, velocity)); in onTouchEvent()
1434 () -> snapToPageWithVelocity(finalPage, velocity)); in onTouchEvent()
1678 protected boolean snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity() method