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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java659 getConstantState()).mVectorDrawable.getConstantState()).mRootName
671 getConstantState()).mVectorDrawable.getConstantState()).mRootName
695 .mRootName + ", at: " + this);
1371 .mRootName);
1387 .mRootName);
H A DVectorDrawable.java670 state.mRootName = name;
779 String mRootName = null; field in class:VectorDrawable.VectorDrawableState
819 mRootName = copy.mRootName;
821 if (copy.mRootName != null) {
822 mVGTargetsMap.put(copy.mRootName, this);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java561 pathRenderer.mRootName = name;
923 String mRootName = null; field in class:VectorDrawableCompat.VPathRenderer
962 mRootName = copy.mRootName;
963 if (copy.mRootName != null) {
964 mVGTargetsMap.put(copy.mRootName, this);

Completed in 232 milliseconds