Searched refs:MAX_ALBUM_ART_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
34 private static final int MAX_ALBUM_ART_CACHE_SIZE = 12*1024*1024; // 12 MB field in AlbumArtCache59 int maxSize = Math.min(MAX_ALBUM_ART_CACHE_SIZE, in AlbumArtCache()