Searched refs:MAX_ALBUM_ART_CACHE_SIZE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DAlbumArtCache.java34 private static final int MAX_ALBUM_ART_CACHE_SIZE = 12*1024*1024; // 12 MB field in class:AlbumArtCache
57 // Holds no more than MAX_ALBUM_ART_CACHE_SIZE bytes, bounded by maxmemory/4 and
59 int maxSize = Math.min(MAX_ALBUM_ART_CACHE_SIZE,
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DAlbumArtCache.java34 private static final int MAX_ALBUM_ART_CACHE_SIZE = 12*1024*1024; // 12 MB field in class:AlbumArtCache
57 // Holds no more than MAX_ALBUM_ART_CACHE_SIZE bytes, bounded by maxmemory/4 and
59 int maxSize = Math.min(MAX_ALBUM_ART_CACHE_SIZE,

Completed in 75 milliseconds