Пример #1
0
 /** Returns whether the controller is set or not. */
 public boolean hasController() {
   return mDraweeHolder.getController() != null;
 }
Пример #2
0
 /** Gets the controller if set, null otherwise. */
 @Nullable
 public DraweeController getController() {
   return mDraweeHolder.getController();
 }