com.facebook.drawee.drawable.TransformCallback |
Known Indirect Subclasses |
Callback that is used to pass any transformation matrix and the root bounds from a parent drawable to its child.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
getRootBounds(RectF bounds)
Called when the drawable needs to get its root bounds.
| ||||||||||
abstract void |
getTransform(Matrix transform)
Called when the drawable needs to get all matrices applied to it.
|
Called when the drawable needs to get its root bounds.
bounds | The root bounds of the drawable. |
---|
Called when the drawable needs to get all matrices applied to it.
transform | Matrix that is applied to the drawable by the parent drawables. |
---|