HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_MEM_CACHE_SIZE (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 62 private static final int DEFAULT_MEM_CACHE_SIZE = 1024 * 5; // 5MB
469 public int memCacheSize = DEFAULT_MEM_CACHE_SIZE;
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 62 private static final int DEFAULT_MEM_CACHE_SIZE = 1024 * 5; // 5MB
469 public int memCacheSize = DEFAULT_MEM_CACHE_SIZE;
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 62 private static final int DEFAULT_MEM_CACHE_SIZE = 1024 * 5; // 5MB
469 public int memCacheSize = DEFAULT_MEM_CACHE_SIZE;

Completed in 193 milliseconds