Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DFlingToDeleteHelper.java93 if (mVelocityTracker.getYVelocity() < deviceProfile.flingToDeleteThresholdVelocity) { in isFlingingToDelete()
98 mVelocityTracker.getXVelocity() < deviceProfile.flingToDeleteThresholdVelocity) { in isFlingingToDelete()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java321 public int flingToDeleteThresholdVelocity; field in DeviceProfile
778 flingToDeleteThresholdVelocity = res.getDimensionPixelSize( in DeviceProfile()