Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java659 getConstantState()).mVectorDrawable.getConstantState()).mRootName in reset()
671 getConstantState()).mVectorDrawable.getConstantState()).mRootName in start()
695 .mRootName + ", at: " + this); in stop()
1371 .mRootName); in startAnimation()
1387 .mRootName); in endAnimation()
DVectorDrawable.java670 state.mRootName = name; in updateStateFromTypedArray()
779 String mRootName = null; field in VectorDrawable.VectorDrawableState
819 mRootName = copy.mRootName; in VectorDrawableState()
821 if (copy.mRootName != null) { in VectorDrawableState()
822 mVGTargetsMap.put(copy.mRootName, this); in VectorDrawableState()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java561 pathRenderer.mRootName = name; in updateStateFromTypedArray()
923 String mRootName = null; field in VectorDrawableCompat.VPathRenderer
962 mRootName = copy.mRootName; in VPathRenderer()
963 if (copy.mRootName != null) { in VPathRenderer()
964 mVGTargetsMap.put(copy.mRootName, this); in VPathRenderer()