public static interface GlideAnimation.ViewAdapter
ViewAnimation
,
ViewPropertyAnimation
and animated
Drawable
s).Modifier and Type | Method and Description |
---|---|
Drawable |
getCurrentDrawable()
Returns the current drawable being displayed in the view, or null if no such drawable exists (or one cannot
be retrieved).
|
View |
getView()
Returns the wrapped
View . |
void |
setDrawable(Drawable drawable)
Sets the current drawable (usually an animated drawable) to display in the wrapped view.
|
Drawable getCurrentDrawable()
void setDrawable(Drawable drawable)
drawable
- The drawable to display in the wrapped view.