Searched refs:assertPathMatches (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/transition/src/android/transition/cts/ |
D | ArcMotionTest.java | 39 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 …]
|
D | PatternPathMotionTest.java | 39 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()
|
D | PathMotionTest.java | 25 public static void assertPathMatches(Path expectedPath, Path path) { in assertPathMatches() method in PathMotionTest
|