Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DMusicUtils.java484 synchronized(sArtCache) { in deleteTracks()
485 sArtCache.remove(artIndex); in deleteTracks()
865 private static final HashMap<Long, Drawable> sArtCache = new HashMap<Long, Drawable>(); field in MusicUtils
892 synchronized(sArtCache) { in clearAlbumArtCache()
893 sArtCache.clear(); in clearAlbumArtCache()
899 synchronized(sArtCache) { in getCachedArtwork()
900 d = sArtCache.get(artIndex); in getCachedArtwork()
910 synchronized(sArtCache) { in getCachedArtwork()
912 Drawable value = sArtCache.get(artIndex); in getCachedArtwork()
914 sArtCache.put(artIndex, d); in getCachedArtwork()