Searched refs:avd (Results 1 – 6 of 6) 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()
262 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext().getDrawable(res);263 imageView.setImageDrawable(avd);264 avd.forceAnimationOnUI();265 avd.registerAnimationCallback(mAnimationCallback);266 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()
21 // v2/android-virtual-infra/test_mapping/presubmit-avd
322 public AnimatedVectorDrawableTransition(AnimatedVectorDrawable avd, in AnimatedVectorDrawableTransition() argument324 mAvd = avd; in AnimatedVectorDrawableTransition()