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

/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java55 private Drawable errorDrawable; field in class:GenericRequest
76 Drawable errorDrawable,
100 errorDrawable,
126 errorDrawable = null;
151 Drawable errorDrawable,
171 this.errorDrawable = errorDrawable;
284 if (errorDrawable == null && errorResourceId > 0) {
285 errorDrawable = context.getResources().getDrawable(errorResourceId);
287 return errorDrawable;
67 obtain( LoadProvider<A, T, Z, R> loadProvider, A model, Context context, Priority priority, Target<R> target, float sizeMultiplier, Drawable placeholderDrawable, int placeholderResourceId, Drawable errorDrawable, int errorResourceId, RequestListener<A, R> requestListener, RequestCoordinator requestCoordinator, Engine engine, Transformation<Z> transformation, Class<R> transcodeClass, boolean isMemoryCacheable, GlideAnimationFactory<R> animationFactory, int overrideWidth, int overrideHeight, boolean cacheSource) argument
142 init( LoadProvider<A, T, Z, R> loadProvider, A model, Context context, Priority priority, Target<R> target, float sizeMultiplier, Drawable placeholderDrawable, int placeholderResourceId, Drawable errorDrawable, int errorResourceId, RequestListener<A, R> requestListener, RequestCoordinator requestCoordinator, Engine engine, Transformation<Z> transformation, Class<R> transcodeClass, boolean isMemoryCacheable, GlideAnimationFactory<R> animationFactory, int overrideWidth, int overrideHeight, boolean cacheSource) argument
[all...]

Completed in 155 milliseconds