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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java154 private final int mScaledGestureDetectionVelocity; field in class:TouchExplorer
245 mScaledGestureDetectionVelocity = (int) (GESTURE_DETECTION_VELOCITY_DIP * density);
481 if (maxAbsVelocity > mScaledGestureDetectionVelocity) {

Completed in 69 milliseconds