Searched refs:snapToPageWithVelocity (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DSmoothPagedView.java114 snapToPageWithVelocity(getPageNearestToCenterOfScreen(), 0);
119 protected void snapToPageWithVelocity(int whichPage, int velocity) { method in class:SmoothPagedView
121 super.snapToPageWithVelocity(whichPage, velocity);
123 snapToPageWithVelocity(whichPage, 0, true);
127 private void snapToPageWithVelocity(int whichPage, int velocity, boolean settle) { method in class:SmoothPagedView
162 snapToPageWithVelocity(whichPage, 0, false);
H A DPagedView.java1319 snapToPageWithVelocity(finalPage, velocityX);
1324 snapToPageWithVelocity(finalPage, velocityX);
1517 protected void snapToPageWithVelocity(int whichPage, int velocity) { method in class:PagedView
1522 if (DEBUG) Log.d(TAG, "snapToPageWithVelocity.getRelativeChildOffset(): "
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java1732 snapToPageWithVelocity(finalPage, velocityX);
1737 snapToPageWithVelocity(finalPage, velocityX);
1961 protected void snapToPageWithVelocity(int whichPage, int velocity) { method in class:PagedView

Completed in 298 milliseconds