HomeSort by relevance Sort by last modified time
    Searched refs:onFetched (Results 1 - 9 of 9) 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/main/java/com/example/android/supportv4/media/
AlbumArtCache.java 90 listener.onFetched(artUrl, bitmap[BIG_BITMAP_INDEX], bitmap[ICON_BITMAP_INDEX]);
118 listener.onFetched(artUrl,
126 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage);
MediaNotificationManager.java 340 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
MediaBrowserServiceSupport.java 610 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
    [all...]
  /packages/apps/Music/src/com/android/music/utils/
AlbumArtCache.java 85 listener.onFetched(artUrl, bitmap[BIG_BITMAP_INDEX], bitmap[ICON_BITMAP_INDEX]);
114 listener.onFetched(
123 public abstract void onFetched(String artUrl, Bitmap bigImage, Bitmap iconImage);
MediaNotificationManager.java 342 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 577 public void onFetched(String artUrl, Bitmap bitmap, Bitmap icon) {
    [all...]

Completed in 6945 milliseconds