docs/javadoc/reference/com/facebook/drawee/view/MultiDraweeHolder.html
|
|
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.drawee.view.MultiDraweeHolder<DH extends com.facebook.drawee.interfaces.DraweeHierarchy> |
Contains multiple Drawee holders.
Intended for use in custom views that are showing more than one hierarchy.
Users of this class must< call setBounds(Rect) on the top-level drawable of each DraweeHierarchy in this holder. Otherwise the drawables will not be drawn.
The containing view must also call onDetach() from its onStartTemporaryDetach() and onDetachedFromWindow() methods. It must call onAttach() from its onFinishTemporaryDetach() and onAttachedToWindow() methods.
| Public Constructors |
|---|
| Public Methods |
|---|
| void |
| void |
| void |
| void |
| Convenience method to draw all the top-level drawables in this holder. |
| DraweeHolder<DH> |
| void |
| Gets the controller ready to display the images. |
| void |
| Releases resources used to display the image. |
| boolean |
| void |
| int |
| boolean |
| Returns true if the argument is a top-level Drawable in this holder. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Convenience method to draw all the top-level drawables in this holder.
Gets the controller ready to display the images.
The containing view must call this method from both onFinishTemporaryDetach() and onAttachedToWindow().
Releases resources used to display the image.
The containing view must call this method from both onStartTemporaryDetach() and onDetachedFromWindow().
Returns true if the argument is a top-level Drawable in this holder.
+Generated by Doclava. +