Home
last modified time | relevance | path

Searched refs:memCacheSize (Results 1 – 1 of 1) sorted by relevance

/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DImageCache.java135 Log.d(TAG, "Memory cache created (size = " + mCacheParams.memCacheSize + ")"); in init()
152 mMemoryCache = new LruCache<String, BitmapDrawable>(mCacheParams.memCacheSize) { in init()
469 public int memCacheSize = DEFAULT_MEM_CACHE_SIZE; field in ImageCache.ImageCacheParams
509 memCacheSize = Math.round(percent * Runtime.getRuntime().maxMemory() / 1024); in setMemCacheSizePercent()