docs/javadoc/reference/com/facebook/drawee/interfaces/DraweeController.html
|
|
Summary: Methods | [Expand All]
public interface
| com.facebook.drawee.interfaces.DraweeController |
| Known Indirect Subclasses
AbstractDraweeController<T, INFO>, PipelineDraweeController
| AbstractDraweeController<T, INFO> | Abstract Drawee controller that implements common functionality regardless of the backend used to fetch the image. |
| PipelineDraweeController | Drawee controller that bridges the image pipeline with SettableDraweeHierarchy. |
|
Interface that represents a Drawee controller used by a DraweeView.
The view forwards events to the controller. The controller controls its hierarchy based on those events.
| Public Methods |
|---|
| abstract Animatable |
| For an animated image, returns an Animatable that lets clients control the animation. |
| abstract String |
| Gets the accessibility content description. |
| abstract DraweeHierarchy |
| Gets the hierarchy. |
| abstract boolean |
Returns whether other would fetch the same image as this. |
| abstract void |
| Called when the view containing the hierarchy is attached to a window (either temporarily or permanently). |
| abstract void |
| Called when the view containing the hierarchy is detached from a window (either temporarily or permanently). |
| abstract boolean |
| Called when the view containing the hierarchy receives a touch event. |
| abstract void |
| An optional hint whether the view containing the hierarchy is currently within the visible viewport or not. |
| abstract void |
| Sets the accessibility content description. |
| abstract void |
| Sets a new hierarchy. |
For an animated image, returns an Animatable that lets clients control the animation.
Gets the accessibility content description.
Gets the hierarchy.
Returns whether other would fetch the same image as this.
Called when the view containing the hierarchy is attached to a window (either temporarily or permanently).
Called when the view containing the hierarchy is detached from a window (either temporarily or permanently).
Called when the view containing the hierarchy receives a touch event.
An optional hint whether the view containing the hierarchy is currently within the visible viewport or not.
Sets the accessibility content description.
Sets a new hierarchy.
+Generated by Doclava. +