| com.facebook.drawee.drawable.DrawableParent |
Known Indirect Subclasses
|
A drawable parent that has a single child.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Drawable |
getDrawable()
Gets the child drawable.
| ||||||||||
| abstract Drawable |
setDrawable(Drawable newDrawable)
Sets the new child drawable.
| ||||||||||
Gets the child drawable.
Sets the new child drawable.
| newDrawable | a new child drawable to set |
|---|