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

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedVectorDrawableTest.java 23 import android.graphics.drawable.AnimatedVectorDrawable;
48 private AnimatedVectorDrawable mAnimatedVectorDrawable;
64 mAnimatedVectorDrawable = new AnimatedVectorDrawable();
103 // Setup AnimatedVectorDrawable from xml file
132 AnimatedVectorDrawable avd = new AnimatedVectorDrawable();
155 AnimatedVectorDrawable AnimatedVectorDrawable = new AnimatedVectorDrawable();
156 ConstantState constantState = AnimatedVectorDrawable.getConstantState()
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 52 * AnimatedVectorDrawable are normally defined as 3 separate XML files.
80 * Second is the AnimatedVectorDrawable's XML file, which defines the target
85 * <li>Here is a simple AnimatedVectorDrawable defined in this avd.xml file.
132 public class AnimatedVectorDrawable extends Drawable implements Animatable2 {
133 private static final String LOGTAG = "AnimatedVectorDrawable";
160 public AnimatedVectorDrawable() {
164 private AnimatedVectorDrawable(AnimatedVectorDrawableState state, Resources res) {
313 R.styleable.AnimatedVectorDrawable);
443 return new AnimatedVectorDrawable(this, null);
448 return new AnimatedVectorDrawable(this, res)
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 315 milliseconds