Searched refs:artIndex (Results 1 – 2 of 2) sorted by relevance
483 long artIndex = c.getLong(2); in deleteTracks() local485 sArtCache.remove(artIndex); in deleteTracks()897 …public static Drawable getCachedArtwork(Context context, long artIndex, BitmapDrawable defaultArtw… in getCachedArtwork() argument900 d = sArtCache.get(artIndex); in getCachedArtwork()907 Bitmap b = MusicUtils.getArtworkQuick(context, artIndex, w, h); in getCachedArtwork()912 Drawable value = sArtCache.get(artIndex); in getCachedArtwork()914 sArtCache.put(artIndex, d); in getCachedArtwork()
744 long artIndex = cursor.getLong(0); in bindChildView() local745 Drawable d = MusicUtils.getCachedArtwork(context, artIndex, mDefaultAlbumIcon); in bindChildView()