HomeSort by relevance Sort by last modified time
    Searched defs:AnimatedVectorDrawable (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedVectorDrawableTest.java 22 import android.graphics.drawable.AnimatedVectorDrawable;
45 private AnimatedVectorDrawable mAnimatedVectorDrawable;
57 mAnimatedVectorDrawable = new AnimatedVectorDrawable();
95 // Setup AnimatedVectorDrawable from xml file
124 AnimatedVectorDrawable avd = new AnimatedVectorDrawable();
147 AnimatedVectorDrawable AnimatedVectorDrawable = new AnimatedVectorDrawable();
148 ConstantState constantState = AnimatedVectorDrawable.getConstantState()
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 47 * AnimatedVectorDrawable are normally defined as 3 separate XML files.
75 * Second is the AnimatedVectorDrawable's xml file, which defines the target
80 * <li>Here is a simple AnimatedVectorDrawable defined in this avd.xml file.
127 public class AnimatedVectorDrawable extends Drawable implements Animatable {
128 private static final String LOGTAG = AnimatedVectorDrawable.class.getSimpleName();
139 public AnimatedVectorDrawable() {
143 private AnimatedVectorDrawable(AnimatedVectorDrawableState state, Resources res,
277 R.styleable.AnimatedVectorDrawable);
362 return new AnimatedVectorDrawable(this, null, null);
367 return new AnimatedVectorDrawable(this, res, null)
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 172 milliseconds