Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragController.java119 protected int mFlingToDeleteThresholdVelocity; field in DragController
157 mFlingToDeleteThresholdVelocity = in DragController()
629 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {