Searched refs:placeholderDrawable (Results 1 - 2 of 2) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java54 private Drawable placeholderDrawable; field in class:GenericRequest
74 Drawable placeholderDrawable,
98 placeholderDrawable,
125 placeholderDrawable = null;
149 Drawable placeholderDrawable,
169 this.placeholderDrawable = placeholderDrawable;
291 if (placeholderDrawable == null && placeholderResourceId > 0) {
292 placeholderDrawable = context.getResources().getDrawable(placeholderResourceId);
294 return placeholderDrawable;
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...]
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGenericRequestBuilder.java65 private Drawable placeholderDrawable; field in class:GenericRequestBuilder
392 this.placeholderDrawable = drawable;
619 placeholderDrawable,

Completed in 166 milliseconds