/packages/apps/TV/src/com/android/tv/util/images/ |
D | ImageLoader.java | 120 private void onBitmapLoaded(@Nullable Bitmap bitmap) { in onBitmapLoaded() method in ImageLoader.ImageLoaderCallback 123 onBitmapLoaded(referent, bitmap); in onBitmapLoaded() 130 public abstract void onBitmapLoaded(T referent, @Nullable Bitmap bitmap); in onBitmapLoaded() method in ImageLoader.ImageLoaderCallback 211 callback.onBitmapLoaded(bitmapInfo.bitmap); in doLoadBitmap() 245 callback.onBitmapLoaded(bitmapInfo.bitmap); in doLoadBitmap() 362 callback.onBitmapLoaded(scaledBitmapInfo == null ? null : scaledBitmapInfo.bitmap); in onPostExecute()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramTableAdapter.java | 851 public void onBitmapLoaded(ProgramRowViewHolder holder, @Nullable Bitmap logoImage) { 869 public void onBitmapLoaded(ProgramRowViewHolder holder, @Nullable Bitmap posterArt) { 888 public void onBitmapLoaded(ProgramRowViewHolder holder, @Nullable Bitmap logo) { 903 public void onBitmapLoaded(ProgramRowViewHolder holder, @Nullable Bitmap logo) {
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | ChannelCardView.java | 151 public void onBitmapLoaded(ChannelCardView cardView, @Nullable Bitmap posterArt) { in createProgramPosterArtCallback()
|
D | AppLinkCardView.java | 267 public void onBitmapLoaded(AppLinkCardView cardView, @Nullable Bitmap bitmap) { in createChannelLogoCallback()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | ProgramGuideSearchFragment.java | 101 public void onBitmapLoaded(ImageCardView cardView, Bitmap bitmap) { in createImageLoaderCallback()
|
/packages/apps/TV/src/com/android/tv/ |
D | MediaSessionWrapper.java | 292 public void onBitmapLoaded(MediaSessionWrapper sessionWrapper, @Nullable Bitmap posterArt) { in onBitmapLoaded() method in MediaSessionWrapper.ProgramPosterArtCallback
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | ChannelBannerView.java | 526 public void onBitmapLoaded(ChannelBannerView channelBannerView, Bitmap bitmap) { in createTvInputLogoLoaderCallback() 566 public void onBitmapLoaded(ChannelBannerView view, @Nullable Bitmap logo) {
|
D | ProgramDetailsFragment.java | 350 public void onBitmapLoaded(ProgramDetailsFragment fragment, @Nullable Bitmap bitmap) {
|
D | TunableTvView.java | 1415 public void onBitmapLoaded(BlockScreenView view, @Nullable Bitmap posterArt) { in createProgramPosterArtCallback()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
D | DvrPlaybackMediaSessionHelper.java | 233 public void onBitmapLoaded(Activity activity, @Nullable Bitmap posterArt) { in onBitmapLoaded() method in DvrPlaybackMediaSessionHelper.ProgramPosterArtCallback
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | RecordingCardView.java | 299 public void onBitmapLoaded(RecordingCardView view, @Nullable Bitmap bitmap) { in onBitmapLoaded() method in RecordingCardView.RecordingCardImageLoaderCallback
|
D | DvrDetailsFragment.java | 287 public void onBitmapLoaded(DvrDetailsFragment fragment, @Nullable Bitmap bitmap) { in onBitmapLoaded() method in DvrDetailsFragment.MyImageLoaderCallback
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 483 public void onBitmapLoaded(NotificationService service, Bitmap channelLogo) { in createChannelLogoCallback()
|