Searched refs:errorDrawable (Results 1 - 6 of 6) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DImageViewTarget.java55 * @param errorDrawable {@inheritDoc}
58 public void onLoadFailed(Exception e, Drawable errorDrawable) { argument
59 view.setImageDrawable(errorDrawable);
H A DBaseTarget.java65 public void onLoadFailed(Exception e, Drawable errorDrawable) { argument
H A DTarget.java58 * @param errorDrawable The error drawable to optionally show, or null.
60 void onLoadFailed(Exception e, Drawable errorDrawable); argument
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java80 private Drawable errorDrawable; field in class:GenericRequest
98 Drawable errorDrawable,
124 errorDrawable,
150 errorDrawable = null;
170 Drawable errorDrawable,
191 this.errorDrawable = errorDrawable;
380 if (errorDrawable == null && errorResourceId > 0) {
381 errorDrawable = context.getResources().getDrawable(errorResourceId);
383 return errorDrawable;
88 obtain( LoadProvider<A, T, Z, R> loadProvider, A model, Key signature, Context context, Priority priority, Target<R> target, float sizeMultiplier, Drawable placeholderDrawable, int placeholderResourceId, Drawable errorDrawable, int errorResourceId, RequestListener<? super A, R> requestListener, RequestCoordinator requestCoordinator, Engine engine, Transformation<Z> transformation, Class<R> transcodeClass, boolean isMemoryCacheable, GlideAnimationFactory<R> animationFactory, int overrideWidth, int overrideHeight, DiskCacheStrategy diskCacheStrategy) argument
160 init( LoadProvider<A, T, Z, R> loadProvider, A model, Key signature, Context context, Priority priority, Target<R> target, float sizeMultiplier, Drawable placeholderDrawable, int placeholderResourceId, Drawable errorDrawable, int errorResourceId, RequestListener<? super A, R> requestListener, RequestCoordinator requestCoordinator, Engine engine, Transformation<Z> transformation, Class<R> transcodeClass, boolean isMemoryCacheable, GlideAnimationFactory<R> animationFactory, int overrideWidth, int overrideHeight, DiskCacheStrategy diskCacheStrategy) argument
[all...]
H A DRequestFutureTarget.java168 public synchronized void onLoadFailed(Exception e, Drawable errorDrawable) { argument
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGlide.java650 public void onLoadFailed(Exception e, Drawable errorDrawable) { argument

Completed in 116 milliseconds