Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathTest.java636 Path actualPath = new Path(); in testPathOffset() local
637 actualPath.addRect(START_X, START_Y, START_X + SQUARE, START_Y + SQUARE, Direction.CW); in testPathOffset()
638 actualPath.offset(OFFSET_X, OFFSET_Y); in testPathOffset()
644 verifyPathsAreEquivalent(actualPath, expectedPath); in testPathOffset()
650 Path actualPath = new Path(); in testPathOffset2() local
651 actualPath.moveTo(0, 0); in testPathOffset2()
652 actualPath.offset(OFFSET_X, OFFSET_Y); in testPathOffset2()
653 actualPath.lineTo(OFFSET_X + 20, OFFSET_Y); in testPathOffset2()
663 verifyPathsAreEquivalent(actualPath, expectedPath, paint); in testPathOffset2()
671 Path actualPath = new Path(); in testPathOffsetWithDestination() local
[all …]
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTriggerContentTest.java233 final List<String> actualPath = actual.getPathSegments(); in assertUriDecendant() local
235 assertEquals(expectedPath.get(i), actualPath.get(i)); in assertUriDecendant()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java795 final String actualPath = saveBitmapToFile( in testSingleDrawInstruction() local
800 + ". Bitmaps saved as " + actualPath + " and " + expectedPath); in testSingleDrawInstruction()