Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java357 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 …]
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.h62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()
63 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()
81 sp<VectorDrawableRoot> mVectorDrawable; variable