Searched defs:vectorDrawable (Results 1 – 9 of 9) sorted by relevance
128 bool vectorDrawable : 1 = false; member
42 for (auto& vectorDrawable : mVectorDrawables) { in syncContents() local
540 VectorDrawable vectorDrawable = (VectorDrawable) res.getDrawable( in inflate() local588 VectorDrawable vectorDrawable, boolean ignoreInvalidAnim) { in updateAnimatorProperty()677 final VectorDrawable vectorDrawable = mAnimatedVectorState.mVectorDrawable; in applyTheme() local
304 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST() local
110 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST() local
1198 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST() local
471 VectorDrawable vectorDrawable, float pointerScale) { in getBitmapDrawableFromVectorDrawable()
753 AnimatedVectorDrawable vectorDrawable = mock(AnimatedVectorDrawable.class); in testSetIconAnimationRunningGroup_Run() local
814 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()