Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DSmoothPagedView.java114 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()
DPagedView.java1319 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/
DSmoothPagedView.java111 snapToPageWithVelocity(getPageNearestToCenterOfScreen(), 0); in snapToDestination()
116 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity() method in SmoothPagedView
118 super.snapToPageWithVelocity(whichPage, velocity); in snapToPageWithVelocity()
120 snapToPageWithVelocity(whichPage, 0, true); in snapToPageWithVelocity()
124 private void snapToPageWithVelocity(int whichPage, int velocity, boolean settle) { in snapToPageWithVelocity() method in SmoothPagedView
159 snapToPageWithVelocity(whichPage, 0, false); in snapToPage()
DPagedView.java1906 snapToPageWithVelocity(finalPage, velocityX); in onTouchEvent()
1911 snapToPageWithVelocity(finalPage, velocityX); in onTouchEvent()
2151 protected void snapToPageWithVelocity(int whichPage, int velocity) { in snapToPageWithVelocity() method