HomeSort by relevance Sort by last modified time
    Searched refs:CachedPathIteratorFactory (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPathMeasure.java 13 private CachedPathIteratorFactory mOriginalPathIterator;
20 new CachedPathIteratorFactory(shadowPath.getJavaShape().getPathIterator(null));
CachedPathIteratorFactory.java 14 * https://github.com/aosp-mirror/platform_frameworks_base/blob/oreo-release/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/CachedPathIteratorFactory.java
16 public class CachedPathIteratorFactory {
33 public CachedPathIteratorFactory(PathIterator iterator) {

Completed in 605 milliseconds