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

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngine.java131 * @param isMemoryCacheable True if the transcoded resource can be cached in memory.
142 Priority priority, boolean isMemoryCacheable, DiskCacheStrategy diskCacheStrategy, ResourceCallback cb) {
186 EngineJob engineJob = engineJobFactory.build(key, isMemoryCacheable);
307 public EngineJob build(Key key, boolean isMemoryCacheable) { argument
308 return new EngineJob(key, diskCacheService, sourceService, isMemoryCacheable, listener);
140 load(Key signature, int width, int height, DataFetcher<T> fetcher, DataLoadProvider<T, Z> loadProvider, Transformation<Z> transformation, ResourceTranscoder<Z, R> transcoder, Priority priority, boolean isMemoryCacheable, DiskCacheStrategy diskCacheStrategy, ResourceCallback cb) argument
H A DEngineJob.java189 public <R> EngineResource<R> build(Resource<R> resource, boolean isMemoryCacheable) { argument
190 return new EngineResource<R>(resource, isMemoryCacheable);
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java68 private boolean isMemoryCacheable; field in class:GenericRequest
105 boolean isMemoryCacheable,
131 isMemoryCacheable,
177 boolean isMemoryCacheable,
198 this.isMemoryCacheable = isMemoryCacheable;
422 priority, isMemoryCacheable, diskCacheStrategy, this);
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

Completed in 81 milliseconds