Class android.graphics.drawable.RotateDrawable

The superclass changed from android.graphics.drawable.Drawable to android.graphics.drawable.DrawableWrapper.
Removed interface android.graphics.drawable.Drawable.Callback.

Removed Methods
void setColorFilter(ColorFilter)  
 

Changed Methods
void draw(Canvas) Method was locally defined, but is now inherited from DrawableWrapper.  
Drawable getDrawable() Method was locally defined, but is now inherited from DrawableWrapper.  
int getOpacity() Method was locally defined, but is now inherited from DrawableWrapper.  
void invalidateDrawable(Drawable) Method was locally defined, but is now inherited from DrawableWrapper.  
void scheduleDrawable(Drawable, Runnable, long) Method was locally defined, but is now inherited from DrawableWrapper.  
void setAlpha(int) Method was locally defined, but is now inherited from DrawableWrapper.  
void setDrawable(Drawable) Method was locally defined, but is now inherited from DrawableWrapper.  
void unscheduleDrawable(Drawable, Runnable) Method was locally defined, but is now inherited from DrawableWrapper.