com.facebook.drawee.drawable.VisibilityCallback |
Known Indirect Subclasses
DraweeHolder<DH extends DraweeHierarchy>
|
Callback used to notify about drawable's visibility changes.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onDraw()
Called when the drawable gets drawn.
| ||||||||||
abstract void |
onVisibilityChange(boolean visible)
Called when the drawable's visibility changes.
|
Called when the drawable gets drawn.
Called when the drawable's visibility changes.
visible | whether or not the drawable is visible |
---|