Searched refs:numPathSegments (Results 1 – 1 of 1) sorted by relevance
377 int numPathSegments = (delta2 == null) ? 1 : 2; in testPath() local378 long pathDurationMs = numPathSegments * STROKE_MS; in testPath()