HomeSort by relevance Sort by last modified time
    Searched defs:mFlingThresholdVelocity (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 81 protected int mFlingThresholdVelocity;
246 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 100 protected int mFlingThresholdVelocity;
323 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 108 protected int mFlingThresholdVelocity;
333 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
    [all...]

Completed in 63 milliseconds