Home
last modified time | relevance | path

Searched refs:ChannelCardView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DChannelCardView.java41 public class ChannelCardView extends BaseCardView<Channel> { class
63 public ChannelCardView(Context context) { in ChannelCardView() method in ChannelCardView
67 public ChannelCardView(Context context, AttributeSet attrs) { in ChannelCardView() method in ChannelCardView
71 public ChannelCardView(Context context, AttributeSet attrs, int defStyle) { in ChannelCardView() method in ChannelCardView
141 private static ImageLoader.ImageLoaderCallback<ChannelCardView> createProgramPosterArtCallback( in createProgramPosterArtCallback()
142 ChannelCardView cardView, final Program program) { in createProgramPosterArtCallback()
143 return new ImageLoader.ImageLoaderCallback<ChannelCardView>(cardView) { in createProgramPosterArtCallback()
145 public void onBitmapLoaded(ChannelCardView cardView, @Nullable Bitmap posterArt) { in createProgramPosterArtCallback()