Searched refs:ChannelCardView (Results 1 – 1 of 1) sorted by relevance
40 public class ChannelCardView extends BaseCardView<ChannelsRowItem> { class55 public ChannelCardView(Context context) { in ChannelCardView() method in ChannelCardView59 public ChannelCardView(Context context, AttributeSet attrs) { in ChannelCardView() method in ChannelCardView63 public ChannelCardView(Context context, AttributeSet attrs, int defStyle) { in ChannelCardView() method in ChannelCardView147 private static ImageLoader.ImageLoaderCallback<ChannelCardView> createProgramPosterArtCallback( in createProgramPosterArtCallback()148 ChannelCardView cardView, final Program program) { in createProgramPosterArtCallback()149 return new ImageLoader.ImageLoaderCallback<ChannelCardView>(cardView) { in createProgramPosterArtCallback()151 public void onBitmapLoaded(ChannelCardView cardView, @Nullable Bitmap posterArt) { in createProgramPosterArtCallback()