OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MEMORY_CACHE_TARGET_SCREENS
(Results
1 - 3
of
3
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
MemorySizeCalculator.java
18
static final int
MEMORY_CACHE_TARGET_SCREENS
= 2;
43
int targetMemoryCacheSize = screenSize *
MEMORY_CACHE_TARGET_SCREENS
;
49
int part = Math.round((float) maxSize / (BITMAP_POOL_TARGET_SCREENS +
MEMORY_CACHE_TARGET_SCREENS
));
50
memoryCacheSize = part *
MEMORY_CACHE_TARGET_SCREENS
;
/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 54 milliseconds