Searched refs:mVectorDrawable (Results 1 – 4 of 4) sorted by relevance
284 mAnimatedVectorState.mVectorDrawable.draw(canvas); in draw()296 mAnimatedVectorState.mVectorDrawable.setBounds(bounds); in onBoundsChange()304 return mAnimatedVectorState.mVectorDrawable.setState(state); in onStateChange()312 return mAnimatedVectorState.mVectorDrawable.setLevel(level); in onLevelChange()320 return mAnimatedVectorState.mVectorDrawable.getAlpha(); in getAlpha()329 mAnimatedVectorState.mVectorDrawable.setAlpha(alpha); in setAlpha()338 mAnimatedVectorState.mVectorDrawable.setColorFilter(colorFilter); in setColorFilter()348 mAnimatedVectorState.mVectorDrawable.setTint(tint); in setTint()358 mAnimatedVectorState.mVectorDrawable.setTintList(tint); in setTintList()368 mAnimatedVectorState.mVectorDrawable.setTintMode(tintMode); in setTintMode()[all …]
348 if (mAnimatedVectorState.mVectorDrawable != null) { in clearMutated()349 mAnimatedVectorState.mVectorDrawable.clearMutated(); in clearMutated()405 mAnimatedVectorState.mVectorDrawable.draw(canvas); in draw()410 mAnimatedVectorState.mVectorDrawable.setBounds(bounds); in onBoundsChange()415 return mAnimatedVectorState.mVectorDrawable.setState(state); in onStateChange()420 return mAnimatedVectorState.mVectorDrawable.setLevel(level); in onLevelChange()425 return mAnimatedVectorState.mVectorDrawable.setLayoutDirection(layoutDirection); in onLayoutDirectionChanged()437 return mAnimatedVectorState.mVectorDrawable.getAlpha(); in getAlpha()442 mAnimatedVectorState.mVectorDrawable.setAlpha(alpha); in setAlpha()447 mAnimatedVectorState.mVectorDrawable.setColorFilter(colorFilter); in setColorFilter()[all …]
64 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()65 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()83 sp<VectorDrawableRoot> mVectorDrawable; variable
132 private VectorDrawableCompat mVectorDrawable; field in VectorDrawableTest159 mVectorDrawable = VectorDrawableCompat.create(mResources, resIds[i], mTheme); in verifyVectorDrawables()160 mVectorDrawable.setBounds(0, 0, IMAGE_WIDTH, IMAGE_HEIGHT); in verifyVectorDrawables()162 mVectorDrawable.setState(stateSet); in verifyVectorDrawables()166 mVectorDrawable.draw(mCanvas); in verifyVectorDrawables()