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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 119 protected int mFlingToDeleteThresholdVelocity;
157 mFlingToDeleteThresholdVelocity =
629 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 243 protected int mFlingToDeleteThresholdVelocity = -1400;
304 mFlingToDeleteThresholdVelocity =
305 (int) (mFlingToDeleteThresholdVelocity * mDensity);
    [all...]

Completed in 148 milliseconds