Searched defs:mRootName (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java520 pathRenderer.mRootName = name;
810 String mRootName = null; field in class:VectorDrawable.VPathRenderer
849 mRootName = copy.mRootName;
850 if (copy.mRootName != null) {
851 mVGTargetsMap.put(copy.mRootName, this);

Completed in 59 milliseconds