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()695 VectorDrawable mVectorDrawable; field in AnimatedVectorDrawable.AnimatedVectorDrawableState714 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 …]
62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()63 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()81 sp<VectorDrawableRoot> mVectorDrawable; variable
19512 Landroid/graphics/drawable/AnimatedVectorDrawable$AnimatedVectorDrawableState;->mVectorDrawable:Lan…