HomeSort by relevance Sort by last modified time
    Searched refs:VectorDrawable (Results 1 - 12 of 12) sorted by null

  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
BoundsCheckTest.java 24 import android.graphics.drawable.VectorDrawable;
38 private final VectorDrawable mVector1;
44 mVector1 = (VectorDrawable) res.getDrawable(R.drawable.vector_drawable28);
VectorDrawablePerformance.java 18 import android.graphics.drawable.VectorDrawable;
70 public static VectorDrawable create(Resources resources, int rid) {
83 final VectorDrawable drawable = new VectorDrawable();
104 VectorDrawable []d = new VectorDrawable[icon.length];
VectorDrawable01.java 17 import android.graphics.drawable.VectorDrawable;
64 VectorDrawable vd = (VectorDrawable) button.getBackground();
VectorDrawableStaticPerf.java 18 import android.graphics.drawable.VectorDrawable;
VectorCheckbox.java 17 import android.graphics.drawable.VectorDrawable;
AnimatedVectorDrawableDupPerf.java 19 import android.graphics.drawable.VectorDrawable;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableTest.java 24 import android.graphics.drawable.VectorDrawable;
105 private VectorDrawable mVectorDrawable;
117 mVectorDrawable = new VectorDrawable();
129 // Setup VectorDrawable from xml file and draw into the bitmap.
226 VectorDrawable vectorDrawable = new VectorDrawable();
227 ConstantState constantState = vectorDrawable.getConstantState();
231 assertEquals(0, vectorDrawable.getChangingConfigurations());
234 vectorDrawable.setChangingConfigurations(0xff)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 44 * {@link android.graphics.drawable.VectorDrawable} to create an animated drawable.
49 * First is the XML file for {@link android.graphics.drawable.VectorDrawable}.
54 * <li>Here is a simple VectorDrawable in this vectordrawable.xml file.
75 * VectorDrawable, the target paths and groups to animate, the properties of the
80 * Note how we use the names to refer to the groups and paths in the vectordrawable.xml.
83 * android:drawable=&quot;@drawable/vectordrawable&quot; &gt;
286 VectorDrawable vectorDrawable = (VectorDrawable) res.getDrawable
    [all...]
VectorDrawable.java 162 * <li>Here is a simple VectorDrawable in this vectordrawable.xml file.
183 public class VectorDrawable extends Drawable {
184 private static final String LOGTAG = VectorDrawable.class.getSimpleName();
212 public VectorDrawable() {
216 private VectorDrawable(@NonNull VectorDrawableState state) {
373 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.VectorDrawable);
416 public static VectorDrawable create(Resources resources, int rid) {
429 final VectorDrawable drawable = new VectorDrawable();
    [all...]
Drawable.java     [all...]
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 27 import android.graphics.drawable.VectorDrawable;
124 } else if (d instanceof VectorDrawable) {
  /prebuilts/sdk/21/
android.jar 

Completed in 285 milliseconds