Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DPathMotionTest.java27 PathMeasure pathMeasure = new PathMeasure(path, false); in assertPathMatches() local
34 assertEquals("Lengths differ", expectedLength, pathMeasure.getLength(), 0.01f); in assertPathMatches()
36 float minLength = Math.min(expectedLength, pathMeasure.getLength()); in assertPathMatches()
46 pathMeasure.getPosTan(along, pos, null); in assertPathMatches()
53 pathNextContour = pathMeasure.nextContour(); in assertPathMatches()