Searched refs:avd (Results 1 – 5 of 5) 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()
152 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext().getDrawable(res);153 imageView.setImageDrawable(avd);154 avd.forceAnimationOnUI();155 avd.start();
322 public AnimatedVectorDrawableTransition(AnimatedVectorDrawable avd, in AnimatedVectorDrawableTransition() argument324 mAvd = avd; in AnimatedVectorDrawableTransition()
2261 AnimatedVectorDrawable avd = (AnimatedVectorDrawable)2263 avd.start(); // Start animation after generation2264 return avd;