Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java355 if (mAnimatedVectorState.mVectorDrawable != null) { in clearMutated()
405 mAnimatedVectorState.mVectorDrawable.draw(canvas); in draw()
695 VectorDrawable mVectorDrawable; field in AnimatedVectorDrawable.AnimatedVectorDrawableState
714 if (copy.mVectorDrawable != null) { in AnimatedVectorDrawableState()
721 mVectorDrawable = (VectorDrawable) mVectorDrawable.mutate(); in AnimatedVectorDrawableState()
722 mVectorDrawable.setCallback(owner); in AnimatedVectorDrawableState()
723 mVectorDrawable.setLayoutDirection(copy.mVectorDrawable.getLayoutDirection()); in AnimatedVectorDrawableState()
724 mVectorDrawable.setBounds(copy.mVectorDrawable.getBounds()); in AnimatedVectorDrawableState()
725 mVectorDrawable.setAllowCaching(false); in AnimatedVectorDrawableState()
740 mVectorDrawable = new VectorDrawable(); in AnimatedVectorDrawableState()
[all …]
/aosp12/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()
63 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()
81 sp<VectorDrawableRoot> mVectorDrawable; variable
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19512 Landroid/graphics/drawable/AnimatedVectorDrawable$AnimatedVectorDrawableState;->mVectorDrawable:Lan…