Merge "DO NOT MERGE: Hide the VectorDrawable" into lmp-preview-dev
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user