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

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedVectorDrawableTest.java 28 import android.graphics.drawable.AnimatedVectorDrawable;
113 // Setup AnimatedVectorDrawable from xml file
126 AnimatedVectorDrawable drawable = new AnimatedVectorDrawable();
144 final AnimatedVectorDrawable d1 =
145 (AnimatedVectorDrawable) mResources.getDrawable(resId);
173 AnimatedVectorDrawable avd = new AnimatedVectorDrawable();
197 AnimatedVectorDrawable AnimatedVectorDrawable = new AnimatedVectorDrawable()
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 72 * Starting from API 25, AnimatedVectorDrawable runs on RenderThread (as opposed to on UI thread for
73 * earlier APIs). This means animations in AnimatedVectorDrawable can remain smooth even when there
76 * possible to precisely coordinate a RenderThread-enabled AnimatedVectorDrawable with UI thread
79 * called the frame after the AnimatedVectorDrawable finishes on the RenderThread.
82 * AnimatedVectorDrawable can be defined in either <a href="#ThreeXML">three separate XML files</a>,
86 * <h3>Define an AnimatedVectorDrawable in three separate XML files</h3>
97 * <a href="AVDExample">AnimatedVectorDrawable XML example</a>.
118 * <li><h4>XML for AnimatedVectorDrawable</h4>
120 * An AnimatedVectorDrawable element has a VectorDrawable attribute, and one or more target
125 * The following code sample defines an AnimatedVectorDrawable. Note that the names refer to th
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 84 milliseconds