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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 75 private static final int FLING_THRESHOLD_VELOCITY = 500;
246 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
    [all...]
Workspace.java 84 private static final int FLING_THRESHOLD_VELOCITY = 500;
429 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 89 private static final int FLING_THRESHOLD_VELOCITY = 1500;
325 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 89 private static final int FLING_THRESHOLD_VELOCITY = 500;
326 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
    [all...]
Workspace.java 95 private static final int FLING_THRESHOLD_VELOCITY = 500;
444 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
    [all...]

Completed in 33 milliseconds