Searched refs:mFlingToDeleteThresholdVelocity (Results 1 – 1 of 1) sorted by relevance
38 private final int mFlingToDeleteThresholdVelocity; field in FlingToDeleteHelper45 mFlingToDeleteThresholdVelocity = launcher.getResources() in FlingToDeleteHelper()91 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) { in isFlingingToDelete()96 mVelocityTracker.getXVelocity() < mFlingToDeleteThresholdVelocity) { in isFlingingToDelete()