Exemplo n.º 1
0
 /** Returns whether the controller is set or not. */
 public boolean hasController() {
   return mDraweeHolder.getController() != null;
 }
Exemplo n.º 2
0
 /** Gets the controller if set, null otherwise. */
 @Nullable
 public DraweeController getController() {
   return mDraweeHolder.getController();
 }