Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java715 pathRenderer.mRootName = name; in updateStateFromTypedArray()
1086 String mRootName = null; field in VectorDrawableCompat.VPathRenderer
1125 mRootName = copy.mRootName; in VPathRenderer()
1126 if (copy.mRootName != null) { in VPathRenderer()
1127 mVGTargetsMap.put(copy.mRootName, this); in VPathRenderer()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java906 getConstantState()).mVectorDrawable.getConstantState()).mRootName in reset()
918 getConstantState()).mVectorDrawable.getConstantState()).mRootName in start()
942 .mRootName + ", at: " + this); in stop()
1662 .mRootName); in startAnimation()
1678 .mRootName); in endAnimation()
DVectorDrawable.java707 state.mRootName = name; in updateStateFromTypedArray()
827 String mRootName = null; field in VectorDrawable.VectorDrawableState
888 mRootName = copy.mRootName; in VectorDrawableState()
890 if (copy.mRootName != null) { in VectorDrawableState()
891 mVGTargetsMap.put(copy.mRootName, this); in VectorDrawableState()