Searched refs:AppLinkCardView (Results 1 – 2 of 2) sorted by relevance
48 public class AppLinkCardView extends BaseCardView<Channel> { class75 public AppLinkCardView(Context context) { in AppLinkCardView() method in AppLinkCardView79 public AppLinkCardView(Context context, AttributeSet attrs) { in AppLinkCardView() method in AppLinkCardView83 public AppLinkCardView(Context context, AttributeSet attrs, int defStyle) { in AppLinkCardView() method in AppLinkCardView181 private static ImageLoader.ImageLoaderCallback<AppLinkCardView> createChannelLogoCallback( in createChannelLogoCallback()182 AppLinkCardView cardView, final Channel channel, final int type) { in createChannelLogoCallback()183 return new ImageLoader.ImageLoaderCallback<AppLinkCardView>(cardView) { in createChannelLogoCallback()185 public void onBitmapLoaded(AppLinkCardView cardView, @Nullable Bitmap bitmap) { in createChannelLogoCallback()
100 Intent intent = ((AppLinkCardView) view).getIntent();