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

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DDefaultResourceRunnerFactory.java38 boolean isMemoryCacheable, EngineJobListener listener) {
40 EngineJob engineJob = new EngineJob(key, mainHandler, isMemoryCacheable, listener);
34 build(EngineKey key, int width, int height, ResourceDecoder<InputStream, Z> cacheDecoder, DataFetcher<T> fetcher, boolean cacheSource, Encoder<T> sourceEncoder, ResourceDecoder<T, Z> decoder, Transformation<Z> transformation, ResourceEncoder<Z> encoder, ResourceTranscoder<Z, R> transcoder, Priority priority, boolean isMemoryCacheable, EngineJobListener listener) argument
H A DResourceRunnerFactory.java32 boolean isMemoryCacheable, EngineJobListener listener);
28 build(EngineKey key, int width, int height, ResourceDecoder<InputStream, Z> cacheDecoder, DataFetcher<T> fetcher, boolean cacheSource, Encoder<T> sourceEncoder, ResourceDecoder<T, Z> decoder, Transformation<Z> transformation, ResourceEncoder<Z> encoder, ResourceTranscoder<Z, R> transcoder, Priority priority, boolean isMemoryCacheable, EngineJobListener listener) argument
H A DEngine.java102 ResourceTranscoder<Z, R> transcoder, Priority priority, boolean isMemoryCacheable, ResourceCallback cb) {
150 sourceEncoder, decoder, transformation, encoder, transcoder, priority, isMemoryCacheable, this);
99 load(int width, int height, ResourceDecoder<InputStream, Z> cacheDecoder, DataFetcher<T> fetcher, boolean cacheSource, Encoder<T> sourceEncoder, ResourceDecoder<T, Z> decoder, Transformation<Z> transformation, ResourceEncoder<Z> encoder, ResourceTranscoder<Z, R> transcoder, Priority priority, boolean isMemoryCacheable, ResourceCallback cb) argument
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java42 private boolean isMemoryCacheable; field in class:GenericRequest
83 boolean isMemoryCacheable,
107 isMemoryCacheable,
158 boolean isMemoryCacheable,
178 this.isMemoryCacheable = isMemoryCacheable;
322 transformation, encoder, transcoder, priority, isMemoryCacheable, this);
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

Completed in 716 milliseconds