Searched refs:ChannelCardView (Results 1 – 1 of 1) sorted by relevance
41 public class ChannelCardView extends BaseCardView<Channel> { class63 public ChannelCardView(Context context) { in ChannelCardView() method in ChannelCardView67 public ChannelCardView(Context context, AttributeSet attrs) { in ChannelCardView() method in ChannelCardView71 public ChannelCardView(Context context, AttributeSet attrs, int defStyle) { in ChannelCardView() method in ChannelCardView141 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()