Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
DVectorDrawableCompat.java717 pathRenderer.mRootName = name; in updateStateFromTypedArray()
1082 String mRootName = null; field in VectorDrawableCompat.VPathRenderer
1121 mRootName = copy.mRootName; in VPathRenderer()
1122 if (copy.mRootName != null) { in VPathRenderer()
1123 mVGTargetsMap.put(copy.mRootName, this); in VPathRenderer()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java910 getConstantState()).mVectorDrawable.getConstantState()).mRootName in reset()
922 getConstantState()).mVectorDrawable.getConstantState()).mRootName in start()
946 .mRootName + ", at: " + this); in stop()
1666 .mRootName); in startAnimation()
1682 .mRootName); in endAnimation()
DVectorDrawable.java792 state.mRootName = name; in updateStateFromTypedArray()
919 String mRootName = null; field in VectorDrawable.VectorDrawableState
980 mRootName = copy.mRootName; in VectorDrawableState()
982 if (copy.mRootName != null) { in VectorDrawableState()
983 mVGTargetsMap.put(copy.mRootName, this); in VectorDrawableState()