HomeSort by relevance Sort by last modified time
    Searched refs:snapToPageWithVelocity (Results 1 - 3 of 3) 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...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java     [all...]

Completed in 148 milliseconds