Searched refs:TARGET_CACHE_SIZE_BYTES (Results 1 – 1 of 1) sorted by relevance
38 private final BitmapCache mCache = new UnrefedBitmapCache(TARGET_CACHE_SIZE_BYTES, 0, 0);45 private static final int TARGET_CACHE_SIZE_BYTES = 5 * 1024 * 1024; field in MainActivity