Searched refs:AppLinkCardView (Results 1 – 2 of 2) sorted by relevance
45 public class AppLinkCardView extends BaseCardView<ChannelsRowItem> { class65 public AppLinkCardView(Context context) { in AppLinkCardView() method in AppLinkCardView69 public AppLinkCardView(Context context, AttributeSet attrs) { in AppLinkCardView() method in AppLinkCardView73 public AppLinkCardView(Context context, AttributeSet attrs, int defStyle) { in AppLinkCardView() method in AppLinkCardView263 private static ImageLoader.ImageLoaderCallback<AppLinkCardView> createChannelLogoCallback( in createChannelLogoCallback()264 AppLinkCardView cardView, final Channel channel, final int type) { in createChannelLogoCallback()265 return new ImageLoader.ImageLoaderCallback<AppLinkCardView>(cardView) { in createChannelLogoCallback()267 public void onBitmapLoaded(AppLinkCardView cardView, @Nullable Bitmap bitmap) { in createChannelLogoCallback()
148 Intent intent = ((AppLinkCardView) view).getIntent(); in onAppLinkClicked()