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.java711 pathRenderer.mRootName = name; in updateStateFromTypedArray()
1081 String mRootName = null; field in VectorDrawableCompat.VPathRenderer
1120 mRootName = copy.mRootName; in VPathRenderer()
1121 if (copy.mRootName != null) { in VPathRenderer()
1122 mVGTargetsMap.put(copy.mRootName, this); in VPathRenderer()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java894 getConstantState()).mVectorDrawable.getConstantState()).mRootName in reset()
906 getConstantState()).mVectorDrawable.getConstantState()).mRootName in start()
930 .mRootName + ", at: " + this); in stop()
1656 .mRootName); in startAnimation()
1672 .mRootName); in endAnimation()
DVectorDrawable.java700 state.mRootName = name; in updateStateFromTypedArray()
820 String mRootName = null; field in VectorDrawable.VectorDrawableState
881 mRootName = copy.mRootName; in VectorDrawableState()
883 if (copy.mRootName != null) { in VectorDrawableState()
884 mVGTargetsMap.put(copy.mRootName, this); in VectorDrawableState()