Searched refs:STROKE_MS (Results 1 – 1 of 1) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityGestureDetectorTest.java | 82 private static final long STROKE_MS = 380; field in AccessibilityGestureDetectorTest 378 long pathDurationMs = numPathSegments * STROKE_MS; in testPath() 540 linePath(mCenter, p(0, mStrokeLenPxY), null), 0, STROKE_MS, false); in swipe() 649 adjustStrokeDurationForSlop(STROKE_MS, dx, slopAdjustedDx), in MultiFingerSwipe() 650 adjustStrokeDurationForSlop(STROKE_MS, dy, slopAdjustedDy)); in MultiFingerSwipe()
|