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

  /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);
MediaNotificationManager.java 343 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
MusicService.java 570 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
AlbumArtCache.java 89 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);
MediaNotificationManager.java 339 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
MediaBrowserServiceSupport.java 609 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
    [all...]
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
AlbumArtCache.java 41 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage);
105 listener.onFetched(artUrl, bitmap[BIG_BITMAP_INDEX], bitmap[ICON_BITMAP_INDEX]);
131 listener.onFetched(artUrl,
MusicService.java 431 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
AlbumArtCache.java 41 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage);
105 listener.onFetched(artUrl, bitmap[BIG_BITMAP_INDEX], bitmap[ICON_BITMAP_INDEX]);
131 listener.onFetched(artUrl,
MusicService.java 431 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {

Completed in 1185 milliseconds