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

/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) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java111 protected int mFlingToDeleteThresholdVelocity; field in class:DragController
147 mFlingToDeleteThresholdVelocity =
626 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {
H A DPagedView.java254 protected int mFlingToDeleteThresholdVelocity = -1400; field in class:PagedView
323 mFlingToDeleteThresholdVelocity =
324 (int) (mFlingToDeleteThresholdVelocity * mDensity);
2554 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {

Completed in 69 milliseconds