Searched refs:getCachedArtwork (Results 1 – 3 of 3) sorted by relevance
617 Drawable d = MusicUtils.getCachedArtwork(context, aid, mDefaultAlbumIcon); in bindView()
745 Drawable d = MusicUtils.getCachedArtwork(context, artIndex, mDefaultAlbumIcon); in bindChildView()
897 …public static Drawable getCachedArtwork(Context context, long artIndex, BitmapDrawable defaultArtw… in getCachedArtwork() method in MusicUtils