Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java355 if (mAnimatedVectorState.mVectorDrawable != null) { in clearMutated()
405 mAnimatedVectorState.mVectorDrawable.draw(canvas); in draw()
703 VectorDrawable mVectorDrawable; field in AnimatedVectorDrawable.AnimatedVectorDrawableState
722 if (copy.mVectorDrawable != null) { in AnimatedVectorDrawableState()
729 mVectorDrawable = (VectorDrawable) mVectorDrawable.mutate(); in AnimatedVectorDrawableState()
730 mVectorDrawable.setCallback(owner); in AnimatedVectorDrawableState()
731 mVectorDrawable.setLayoutDirection(copy.mVectorDrawable.getLayoutDirection()); in AnimatedVectorDrawableState()
732 mVectorDrawable.setBounds(copy.mVectorDrawable.getBounds()); in AnimatedVectorDrawableState()
733 mVectorDrawable.setAllowCaching(false); in AnimatedVectorDrawableState()
748 mVectorDrawable = new VectorDrawable(); in AnimatedVectorDrawableState()
[all …]
/aosp14/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
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16634 Landroid/graphics/drawable/AnimatedVectorDrawable$AnimatedVectorDrawableState;->mVectorDrawable:Lan…