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.java1281 snapToPageWithVelocity(finalPage, velocity); in onTouchEvent()
1287 snapToPageWithVelocity(finalPage, velocity); in onTouchEvent()
1511 protected boolean snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity() method