Home | History | Annotate | Download | only in music

Lines Matching refs:artIndex

483                     long artIndex = c.getLong(2);
485 sArtCache.remove(artIndex);
897 public static Drawable getCachedArtwork(Context context, long artIndex, BitmapDrawable defaultArtwork) {
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);