Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DSwipe.java47 private final float mGestureDetectionThresholdPixels; field in Swipe
117 mGestureDetectionThresholdPixels = in Swipe()
167 + Float.toString(mGestureDetectionThresholdPixels)); in onMove()
184 if (moveDelta > mGestureDetectionThresholdPixels) { in onMove()
411 .append(mGestureDetectionThresholdPixels) in toString()