Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDetectorTest.java646 float slopAdjustedDx = adjustStrokeDeltaForSlop(fingerCount, dx); in MultiFingerSwipe()
647 float slopAdjustedDy = adjustStrokeDeltaForSlop(fingerCount, dy); in MultiFingerSwipe()
674 private float adjustStrokeDeltaForSlop(int fingerCount, float strokeDelta) { in adjustStrokeDeltaForSlop() method in AccessibilityGestureDetectorTest