Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java915 getConstantState()).mVectorDrawable.getConstantState()).mRootName in reset()
927 getConstantState()).mVectorDrawable.getConstantState()).mRootName in start()
951 .mRootName + ", at: " + this); in stop()
1672 .mRootName); in startAnimation()
1691 .mRootName); in endAnimation()
DVectorDrawable.java809 state.mRootName = name; in updateStateFromTypedArray()
937 String mRootName = null; field in VectorDrawable.VectorDrawableState
998 mRootName = copy.mRootName; in VectorDrawableState()
1000 if (copy.mRootName != null) { in VectorDrawableState()
1001 mVGTargetsMap.put(copy.mRootName, this); in VectorDrawableState()