Searched refs:avd (Results 1 – 3 of 3) sorted by relevance
142 AnimatedVectorDrawable avd = in testAnimationOnLayer()144 avd.registerAnimationCallback(callback); in testAnimationOnLayer()145 avd.start(); in testAnimationOnLayer()189 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) imageView[0].getDrawable(); in testAnimationOnLayer() local190 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() local343 avd.stop(); in testInfiniteAVD()
134 AnimatedVectorDrawable avd = new AnimatedVectorDrawable(); in testGetChangingConfigurations() local135 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()
26 from avd import *