Class android.graphics.drawable.ClipDrawable
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 .
|
|
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, |
Method was locally defined, but is now inherited from DrawableWrapper .
|
|
void setAlpha (int ) |
Method was locally defined, but is now inherited from DrawableWrapper .
|
|
void unscheduleDrawable (Drawable, |
Method was locally defined, but is now inherited from DrawableWrapper .
|