Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DCornerPathEffectTest.java71 Path expectedPath = new Path(); in testCornerPathEffect() local
74 expectedPath.moveTo(0, PADDING); in testCornerPathEffect()
75 expectedPath.arcTo(oval, 270, 90); in testCornerPathEffect()
76 expectedPath.lineTo(BITMAP_WIDTH - PADDING, BITMAP_HEIGHT); in testCornerPathEffect()
85 canvas.drawPath(expectedPath, expectedPaint); in testCornerPathEffect()
/cts/tests/tests/transition/src/android/transition/cts/
DPathMotionTest.java25 public static void assertPathMatches(Path expectedPath, Path path) { in assertPathMatches() argument
26 PathMeasure expectedMeasure = new PathMeasure(expectedPath, false); in assertPathMatches()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTriggerContentTest.java234 final List<String> expectedPath = expected.getPathSegments(); in assertUriDecendant() local
236 for (int i = 0; i < expectedPath.size(); i++) { in assertUriDecendant()
237 assertEquals(expectedPath.get(i), actualPath.get(i)); in assertUriDecendant()