Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DPathMotionTest.java26 PathMeasure expectedMeasure = new PathMeasure(expectedPath, false); in assertPathMatches() local
33 float expectedLength = expectedMeasure.getLength(); in assertPathMatches()
42 expectedMeasure.getPosTan(along, pos, null); in assertPathMatches()
52 expectedNextContour = expectedMeasure.nextContour(); in assertPathMatches()