HomeSort by relevance Sort by last modified time
    Searched defs:memoryCache (Results 1 - 8 of 8) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/
GlideBuilder.java 15 import com.bumptech.glide.load.engine.cache.MemoryCache;
30 private MemoryCache memoryCache;
53 * Sets the {@link com.bumptech.glide.load.engine.cache.MemoryCache} implementation to store
56 * @param memoryCache The cache to use.
59 public GlideBuilder setMemoryCache(MemoryCache memoryCache) {
60 this.memoryCache = memoryCache;
163 if (memoryCache == null)
    [all...]
Glide.java 22 import com.bumptech.glide.load.engine.cache.MemoryCache;
76 * {@link MemoryCache}.
89 private final MemoryCache memoryCache;
187 Glide(Engine engine, MemoryCache memoryCache, BitmapPool bitmapPool, Context context, DecodeFormat decodeFormat) {
190 this.memoryCache = memoryCache;
194 bitmapPreFiller = new BitmapPreFiller(memoryCache, bitmapPool, decodeFormat);
353 memoryCache.clearMemory()
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
BitmapPreFillRunner.java 11 import com.bumptech.glide.load.engine.cache.MemoryCache;
57 private final MemoryCache memoryCache;
66 public BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder) {
67 this(bitmapPool, memoryCache, allocationOrder, DEFAULT_CLOCK, new Handler(Looper.getMainLooper()));
71 BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder, Clock clock,
74 this.memoryCache = memoryCache;
    [all...]
BitmapPreFiller.java 9 import com.bumptech.glide.load.engine.cache.MemoryCache;
21 private final MemoryCache memoryCache;
28 public BitmapPreFiller(MemoryCache memoryCache, BitmapPool bitmapPool, DecodeFormat defaultFormat) {
29 this.memoryCache = memoryCache;
50 current = new BitmapPreFillRunner(bitmapPool, memoryCache, allocationOrder);
56 final int maxSize = memoryCache.getMaxSize() - memoryCache.getCurrentSize() + bitmapPool.getMaxSize()
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 196 milliseconds