Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DArcMotionTest.java39 assertPathMatches(expected, path); in test90Quadrants()
43 assertPathMatches(expected, path); in test90Quadrants()
47 assertPathMatches(expected, path); in test90Quadrants()
51 assertPathMatches(expected, path); in test90Quadrants()
64 assertPathMatches(expected, path); in test345Triangles()
68 assertPathMatches(expected, path); in test345Triangles()
72 assertPathMatches(expected, path); in test345Triangles()
76 assertPathMatches(expected, path); in test345Triangles()
80 assertPathMatches(expected, path); in test345Triangles()
84 assertPathMatches(expected, path); in test345Triangles()
[all …]
DPatternPathMotionTest.java39 assertPathMatches(pattern, pathMotion.getPatternPath()); in testStraightPath()
45 assertPathMatches(expected, pathMotion.getPath(0, 0, 100, 100)); in testStraightPath()
54 assertPathMatches(pattern, pathMotion.getPatternPath()); in testCurve()
59 assertPathMatches(expected, pathMotion.getPath(0, 0, 0, 100)); in testCurve()
DPathMotionTest.java25 public static void assertPathMatches(Path expectedPath, Path path) { in assertPathMatches() method in PathMotionTest