Searched refs:expectedPath (Results 1 – 3 of 3) sorted by relevance
71 Path expectedPath = new Path(); in testCornerPathEffect() local74 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()
25 public static void assertPathMatches(Path expectedPath, Path path) { in assertPathMatches() argument26 PathMeasure expectedMeasure = new PathMeasure(expectedPath, false); in assertPathMatches()
234 final List<String> expectedPath = expected.getPathSegments(); in assertUriDecendant() local236 for (int i = 0; i < expectedPath.size(); i++) { in assertUriDecendant()237 assertEquals(expectedPath.get(i), actualPath.get(i)); in assertUriDecendant()