HomeSort by relevance Sort by last modified time
    Searched refs:snapToPageWithVelocity (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
SmoothPagedView.java 114 snapToPageWithVelocity(getPageNearestToCenterOfScreen(), 0);
119 protected void snapToPageWithVelocity(int whichPage, int velocity) {
121 super.snapToPageWithVelocity(whichPage, velocity);
123 snapToPageWithVelocity(whichPage, 0, true);
127 private void snapToPageWithVelocity(int whichPage, int velocity, boolean settle) {
162 snapToPageWithVelocity(whichPage, 0, false);
PagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
SmoothPagedView.java 111 snapToPageWithVelocity(getPageNearestToCenterOfScreen(), 0);
116 protected void snapToPageWithVelocity(int whichPage, int velocity) {
118 super.snapToPageWithVelocity(whichPage, velocity);
120 snapToPageWithVelocity(whichPage, 0, true);
124 private void snapToPageWithVelocity(int whichPage, int velocity, boolean settle) {
159 snapToPageWithVelocity(whichPage, 0, false);
PagedView.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]

Completed in 413 milliseconds