Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72da1638 authored by ztenghui's avatar ztenghui
Browse files

DO NOT MERGE: Hide the VectorDrawable

Change-Id: Ie65194c8ec54063f48a541ee0cc82bccc41f5353
parent 4967c183
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -11570,16 +11570,6 @@ package android.graphics.drawable {
    method public void startTransition(int);
  }
  public class VectorDrawable extends android.graphics.drawable.Drawable {
    ctor public VectorDrawable();
    method public void draw(android.graphics.Canvas);
    method public int getOpacity();
    method public void setAlpha(int);
    method public void setColorFilter(android.graphics.ColorFilter);
    method public void setPadding(android.graphics.Rect);
    method public void setPadding(int, int, int, int);
  }
}
package android.graphics.drawable.shapes {
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ import java.util.HashMap;
 * <dd>Sets the Miter limit for a stroked path</dd></dt>
 * </dl>
 * </dd>
 * @hide
 */
public class VectorDrawable extends Drawable {
    private static final String LOGTAG = VectorDrawable.class.getSimpleName();