Searched refs:AnimatedVectorDrawable (Results 1 – 3 of 3) sorted by relevance
37 import android.graphics.drawable.AnimatedVectorDrawable;106 AnimatedVectorDrawable drawable = new AnimatedVectorDrawable(); in testInflate()126 AnimatedVectorDrawable drawable = new AnimatedVectorDrawable(); in testGetOpticalInsets()134 AnimatedVectorDrawable avd = new AnimatedVectorDrawable(); in testGetChangingConfigurations()158 AnimatedVectorDrawable AnimatedVectorDrawable = new AnimatedVectorDrawable(); in testGetConstantState() local159 ConstantState constantState = AnimatedVectorDrawable.getConstantState(); in testGetConstantState()163 AnimatedVectorDrawable.setChangingConfigurations(1); in testGetConstantState()164 constantState = AnimatedVectorDrawable.getConstantState(); in testGetConstantState()172 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()173 AnimatedVectorDrawable d2 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()[all …]
31 import android.graphics.drawable.AnimatedVectorDrawable;142 AnimatedVectorDrawable avd = in testAnimationOnLayer()143 (AnimatedVectorDrawable) imageView[0].getDrawable(); in testAnimationOnLayer()189 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) imageView[0].getDrawable(); in testAnimationOnLayer()215 final AnimatedVectorDrawable d1 = in testSingleFrameAnimation()216 (AnimatedVectorDrawable) mResources.getDrawable(resId); in testSingleFrameAnimation()242 final AnimatedVectorDrawable d1 = in testEmptyAnimatorSet()243 (AnimatedVectorDrawable) mResources.getDrawable(resId); in testEmptyAnimatorSet()303 … AnimatedVectorDrawable avd = (AnimatedVectorDrawable) imageView[0].getDrawable(); in testInfiniteAVD()342 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) imageView[0].getDrawable(); in testInfiniteAVD()
17370 …public class AnimatedVectorDrawable extends android.graphics.drawable.Drawable implements android.…17371 ctor public AnimatedVectorDrawable();