Home
last modified time | relevance | path

Searched refs:shadowPath (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPathMeasure.java18 ShadowPath shadowPath = (ShadowPath) Shadow.extract(path); in __constructor__() local
20 new CachedPathIteratorFactory(shadowPath.getJavaShape().getPathIterator(null)); in __constructor__()
DShadowPath.java54 ShadowPath shadowPath = extract(path); in __constructor__() local
55 points = new ArrayList<>(shadowPath.getPoints()); in __constructor__()
582 ShadowPath shadowPath = extract(dst); in transform() local
583 shadowPath.mPath = newPath; in transform()
DShadowCanvas.java185 ShadowPath shadowPath = Shadow.extract(path); in drawPath() local
186 appendDescription("Path " + shadowPath.getPoints().toString()); in drawPath()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPathTest.java49 ShadowPath shadowPath = shadowOf(path); in testReset() local
50 List<ShadowPath.Point> points = shadowPath.getPoints(); in testReset()