Searched refs:mVectorDrawable (Results 1 – 3 of 3) sorted by relevance
355 if (mAnimatedVectorState.mVectorDrawable != null) { in clearMutated()405 mAnimatedVectorState.mVectorDrawable.draw(canvas); in draw()703 VectorDrawable mVectorDrawable; field in AnimatedVectorDrawable.AnimatedVectorDrawableState722 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 …]
62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()63 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()81 sp<VectorDrawableRoot> mVectorDrawable; variable
16634 Landroid/graphics/drawable/AnimatedVectorDrawable$AnimatedVectorDrawableState;->mVectorDrawable:Lan…