Home
last modified time | relevance | path

Searched refs:getPathDataNodes (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java62 public PathDataNode[] getPathDataNodes() { in getPathDataNodes() method in PathParser_Delegate
151 if (fromPath == null || toPath == null || fromPath.getPathDataNodes() == null || toPath in nCanMorph()
152 .getPathDataNodes() == null) { in nCanMorph()
155 return PathParser_Delegate.canMorph(fromPath.getPathDataNodes(), toPath.getPathDataNodes()); in nCanMorph()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java413 path.setPathData(PathParser_Delegate.getDelegate(pathDataPtr).getPathDataNodes()); in nSetPathData()