Searched defs:artIndex (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java483 long artIndex = c.getLong(2);
485 sArtCache.remove(artIndex);
897 public static Drawable getCachedArtwork(Context context, long artIndex, BitmapDrawable defaultArtwork) { argument
900 d = sArtCache.get(artIndex);
907 Bitmap b = MusicUtils.getArtworkQuick(context, artIndex, w, h);
912 Drawable value = sArtCache.get(artIndex);
914 sArtCache.put(artIndex, d);

Completed in 89 milliseconds