Searched refs:mVectorDrawable (Results 1 – 3 of 3) sorted by relevance
357 if (mAnimatedVectorState.mVectorDrawable != null) { in clearMutated()358 mAnimatedVectorState.mVectorDrawable.clearMutated(); in clearMutated()414 mAnimatedVectorState.mVectorDrawable.draw(canvas); in draw()419 mAnimatedVectorState.mVectorDrawable.setBounds(bounds); in onBoundsChange()424 return mAnimatedVectorState.mVectorDrawable.setState(state); in onStateChange()429 return mAnimatedVectorState.mVectorDrawable.setLevel(level); in onLevelChange()434 return mAnimatedVectorState.mVectorDrawable.setLayoutDirection(layoutDirection); in onLayoutDirectionChanged()446 return mAnimatedVectorState.mVectorDrawable.getAlpha(); in getAlpha()451 mAnimatedVectorState.mVectorDrawable.setAlpha(alpha); in setAlpha()456 mAnimatedVectorState.mVectorDrawable.setColorFilter(colorFilter); in setColorFilter()[all …]
62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()63 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()81 sp<VectorDrawableRoot> mVectorDrawable; variable
19521 Landroid/graphics/drawable/AnimatedVectorDrawable$AnimatedVectorDrawableState;->mVectorDrawable:Lan…