Searched refs:flingToDeleteThresholdVelocity (Results 1 – 2 of 2) sorted by relevance
93 if (mVelocityTracker.getYVelocity() < deviceProfile.flingToDeleteThresholdVelocity) { in isFlingingToDelete()98 mVelocityTracker.getXVelocity() < deviceProfile.flingToDeleteThresholdVelocity) { in isFlingingToDelete()
321 public int flingToDeleteThresholdVelocity; field in DeviceProfile778 flingToDeleteThresholdVelocity = res.getDimensionPixelSize( in DeviceProfile()