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

  /frameworks/base/graphics/java/android/graphics/drawable/
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...]
  /prebuilts/sdk/21/
android.jar 

Completed in 242 milliseconds