Searched refs:onFetched (Results 1 – 3 of 3) sorted by relevance
88 listener.onFetched(artUrl, bitmap[BIG_BITMAP_INDEX], bitmap[ICON_BITMAP_INDEX]); in fetch()117 listener.onFetched(artUrl, in fetch()125 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage); in onFetched() method in AlbumArtCache.FetchListener
343 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) { in fetchBitmapFromURLAsync()
570 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) { in updateMetadata()