Searched defs:expectedPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/transition/tests/src/android/support/transition/
H A DPathMotionTest.java27 public static void assertPathMatches(Path expectedPath, Path path) { argument
28 PathMeasure expectedMeasure = new PathMeasure(expectedPath, false);
/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp270 SkPath expectedPath; local
271 testData.skPathLamda(&expectedPath);
274 EXPECT_EQ(expectedPath, actualPath);
287 SkPath expectedPath; local
288 testData.skPathLamda(&expectedPath);
289 EXPECT_EQ(expectedPath, actualPath);

Completed in 78 milliseconds