Searched refs:mRootName (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java826 getConstantState()).mVectorDrawable.getConstantState()).mRootName
838 getConstantState()).mVectorDrawable.getConstantState()).mRootName
862 .mRootName + ", at: " + this);
1588 .mRootName);
1604 .mRootName);
H A DVectorDrawable.java731 state.mRootName = name;
851 String mRootName = null; field in class:VectorDrawable.VectorDrawableState
912 mRootName = copy.mRootName;
914 if (copy.mRootName != null) {
915 mVGTargetsMap.put(copy.mRootName, this);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java743 pathRenderer.mRootName = name;
1113 String mRootName = null; field in class:VectorDrawableCompat.VPathRenderer
1152 mRootName = copy.mRootName;
1153 if (copy.mRootName != null) {
1154 mVGTargetsMap.put(copy.mRootName, this);

Completed in 59 milliseconds