Searched refs:mFlingToDeleteThresholdVelocity (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DFlingToDeleteHelper.java40 private final int mFlingToDeleteThresholdVelocity; field in class:FlingToDeleteHelper
47 mFlingToDeleteThresholdVelocity = launcher.getResources()
116 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {
121 mVelocityTracker.getXVelocity() < mFlingToDeleteThresholdVelocity) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java119 protected int mFlingToDeleteThresholdVelocity; field in class:DragController
157 mFlingToDeleteThresholdVelocity =
629 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {

Completed in 67 milliseconds