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

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

Completed in 404 milliseconds