Searched refs:avd (Results 1 – 7 of 7) sorted by relevance
45 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext() in setExpanded() local47 setImageDrawable(avd); in setExpanded()48 avd.forceAnimationOnUI(); in setExpanded()49 avd.start(); in setExpanded()
28 ImageView avdIv = findViewById(R.id.avd); in onCreate()29 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) avdIv.getDrawable(); in onCreate() local30 avd.start(); in onCreate()
215 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext().getDrawable(res);216 imageView.setImageDrawable(avd);217 avd.forceAnimationOnUI();218 avd.registerAnimationCallback(mAnimationCallback);219 avd.start();
277 final AnimatedVectorDrawable avd = getSpinnerAVD(); in startProgressAnimation() local278 if (mDisableAnimations || avd == null) { in startProgressAnimation()283 avd.registerAnimationCallback(new Animatable2.AnimationCallback() { in startProgressAnimation()289 avd.start(); in startProgressAnimation()
45 // v2/android-virtual-infra/test_mapping/presubmit-avd
322 public AnimatedVectorDrawableTransition(AnimatedVectorDrawable avd, in AnimatedVectorDrawableTransition() argument324 mAvd = avd; in AnimatedVectorDrawableTransition()
2631 AnimatedVectorDrawable avd = (AnimatedVectorDrawable)2633 avd.start(); // Start animation after generation2634 return avd;