HomeSort by relevance Sort by last modified time
    Searched defs:onFetched (Results 1 - 4 of 4) sorted by null

  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
AlbumArtCache.java 88 listener.onFetched(artUrl, bitmap[BIG_BITMAP_INDEX], bitmap[ICON_BITMAP_INDEX]);
117 listener.onFetched(artUrl,
125 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
AlbumArtCache.java 88 listener.onFetched(artUrl, bitmap[BIG_BITMAP_INDEX], bitmap[ICON_BITMAP_INDEX]);
117 listener.onFetched(artUrl,
125 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage);
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
AlbumArtCache.java 88 listener.onFetched(artUrl, bitmap[BIG_BITMAP_INDEX], bitmap[ICON_BITMAP_INDEX]);
116 listener.onFetched(artUrl,
124 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
AlbumArtCache.java 88 listener.onFetched(artUrl, bitmap[BIG_BITMAP_INDEX], bitmap[ICON_BITMAP_INDEX]);
117 listener.onFetched(artUrl,
125 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage);

Completed in 130 milliseconds