com.facebook.drawee.drawable.TransformAwareDrawable |
Known Indirect Subclasses
ArrayDrawable,
AutoRotateDrawable,
FadeDrawable,
ForwardingDrawable,
InstrumentedDrawable,
MatrixDrawable,
OrientedDrawable,
RootDrawable,
RoundedBitmapDrawable,
RoundedCornersDrawable,
RoundedDrawable,
RoundedNinePatchDrawable,
ScaleTypeDrawable
|
Class Overview
Interface that enables setting a transform callback.
Public Methods
public
abstract
void
setTransformCallback
(TransformCallback transformCallback)
Sets a transform callback.
Parameters
transformCallback |
the transform callback to be set
|