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 166 * <li>Here is a simple VectorDrawable in this vectordrawable.xml file.
187 public class VectorDrawable extends Drawable {
188 private static final String LOGTAG = VectorDrawable.class.getSimpleName();
232 public VectorDrawable() {
236 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) {
414 * Update the VectorDrawable dimension since the res can be in different Dpi now.
416 * the current VectorDrawable's dimension information.
477 state.mThemeAttrs, R.styleable.VectorDrawable);
527 public static VectorDrawable create(Resources resources, int rid)
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 59 milliseconds