From d41b9116800a5f17d2cab3a773c8cf52070fb9fb Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Tue, 20 May 2014 10:51:38 -0700 Subject: [PATCH] Revert "Various API council fixes to drawables" This reverts commit a2146b713c3b2f3bf215cfd42b012cf31f2f6e8a. Change-Id: I80d5e3e0d0bfa5eb18021e2783fa92a6f12d7bf8 --- api/current.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api/current.txt b/api/current.txt index 5feccd4434fc9..8f2a8159f97ae 100644 --- a/api/current.txt +++ b/api/current.txt @@ -11413,6 +11413,16 @@ 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 {