|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface GlideAnimation.ViewAdapter
An interface wrapping a view that exposes the necessary methods to run the various types of android animations
(ViewAnimation,
ViewPropertyAnimation and animated
Drawables).
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
View getView()
View.
Drawable getCurrentDrawable()
void setDrawable(Drawable drawable)
drawable - The drawable to display in the wrapped view.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||