Searched refs:errorDrawable (Results 1 – 6 of 6) sorted by relevance
80 private Drawable errorDrawable; field in GenericRequest98 Drawable errorDrawable, in obtain() argument124 errorDrawable, in obtain()150 errorDrawable = null; in recycle()170 Drawable errorDrawable, in init() argument191 this.errorDrawable = errorDrawable; in init()380 if (errorDrawable == null && errorResourceId > 0) { in getErrorDrawable()381 errorDrawable = context.getResources().getDrawable(errorResourceId); in getErrorDrawable()383 return errorDrawable; in getErrorDrawable()
168 public synchronized void onLoadFailed(Exception e, Drawable errorDrawable) { in onLoadFailed() argument
58 public void onLoadFailed(Exception e, Drawable errorDrawable) { in onLoadFailed() argument59 view.setImageDrawable(errorDrawable); in onLoadFailed()
65 public void onLoadFailed(Exception e, Drawable errorDrawable) { in onLoadFailed() argument
60 void onLoadFailed(Exception e, Drawable errorDrawable); in onLoadFailed() argument
650 public void onLoadFailed(Exception e, Drawable errorDrawable) { in onLoadFailed() argument