Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDetectorTest.java365 int numPathSegments = (delta2 == null) ? 1 : 2; in testPath() local
366 long pathDurationMs = numPathSegments * STROKE_MS; in testPath()