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

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

Completed in 337 milliseconds