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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 119 protected int mFlingToDeleteThresholdVelocity;
157 mFlingToDeleteThresholdVelocity =
629 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 117 protected int mFlingToDeleteThresholdVelocity;
153 mFlingToDeleteThresholdVelocity =
631 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {
PagedView.java 253 protected int mFlingToDeleteThresholdVelocity = -1400;
314 mFlingToDeleteThresholdVelocity =
315 (int) (mFlingToDeleteThresholdVelocity * mDensity);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 242 protected int mFlingToDeleteThresholdVelocity = -1400;
316 mFlingToDeleteThresholdVelocity = (int) (mFlingToDeleteThresholdVelocity * mDensity);
    [all...]

Completed in 55 milliseconds