Home
last modified time | relevance | path

Searched refs:avd (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java142 AnimatedVectorDrawable avd = in testAnimationOnLayer()
144 avd.registerAnimationCallback(callback); in testAnimationOnLayer()
145 avd.start(); in testAnimationOnLayer()
189 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) imageView[0].getDrawable(); in testAnimationOnLayer() local
190 avd.stop(); in testAnimationOnLayer()
303 … AnimatedVectorDrawable avd = (AnimatedVectorDrawable) imageView[0].getDrawable(); in testInfiniteAVD()
304 avd.registerAnimationCallback(callback); in testInfiniteAVD()
306 avd.start(); in testInfiniteAVD()
342 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) imageView[0].getDrawable(); in testInfiniteAVD() local
343 avd.stop(); in testInfiniteAVD()
DAnimatedVectorDrawableTest.java134 AnimatedVectorDrawable avd = new AnimatedVectorDrawable(); in testGetChangingConfigurations() local
135 ConstantState constantState = avd.getConstantState(); in testGetChangingConfigurations()
139 assertEquals(0, avd.getChangingConfigurations()); in testGetChangingConfigurations()
142 avd.setChangingConfigurations(0xff); in testGetChangingConfigurations()
143 assertEquals(0xff, avd.getChangingConfigurations()); in testGetChangingConfigurations()
147 constantState = avd.getConstantState(); in testGetChangingConfigurations()
151 avd.setChangingConfigurations(0xff00); in testGetChangingConfigurations()
153 assertEquals(0xffff, avd.getChangingConfigurations()); in testGetChangingConfigurations()
/cts/hostsidetests/theme/
Dgenerate_images.py26 from avd import *