Searched refs:snapToPageWithVelocity (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | SmoothPagedView.java | 114 snapToPageWithVelocity(getPageNearestToCenterOfScreen(), 0); in snapToDestination() 119 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity() method in SmoothPagedView 121 super.snapToPageWithVelocity(whichPage, velocity); in snapToPageWithVelocity() 123 snapToPageWithVelocity(whichPage, 0, true); in snapToPageWithVelocity() 127 private void snapToPageWithVelocity(int whichPage, int velocity, boolean settle) { in snapToPageWithVelocity() method in SmoothPagedView 162 snapToPageWithVelocity(whichPage, 0, false); in snapToPage()
|
D | PagedView.java | 1319 snapToPageWithVelocity(finalPage, velocityX); in onTouchEvent() 1324 snapToPageWithVelocity(finalPage, velocityX); in onTouchEvent() 1517 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity() method
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 1784 snapToPageWithVelocity(finalPage, velocityX); in onTouchEvent() 1789 snapToPageWithVelocity(finalPage, velocityX); in onTouchEvent() 2007 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity() method
|