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.java716 pathRenderer.mRootName = name; in updateStateFromTypedArray()
1088 String mRootName = null; field in VectorDrawableCompat.VPathRenderer
1127 mRootName = copy.mRootName; in VPathRenderer()
1128 if (copy.mRootName != null) { in VPathRenderer()
1129 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.java714 state.mRootName = name; in updateStateFromTypedArray()
834 String mRootName = null; field in VectorDrawable.VectorDrawableState
895 mRootName = copy.mRootName; in VectorDrawableState()
897 if (copy.mRootName != null) { in VectorDrawableState()
898 mVGTargetsMap.put(copy.mRootName, this); in VectorDrawableState()