Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DAppLinkCardView.java45 public class AppLinkCardView extends BaseCardView<ChannelsRowItem> { class
65 public AppLinkCardView(Context context) { in AppLinkCardView() method in AppLinkCardView
69 public AppLinkCardView(Context context, AttributeSet attrs) { in AppLinkCardView() method in AppLinkCardView
73 public AppLinkCardView(Context context, AttributeSet attrs, int defStyle) { in AppLinkCardView() method in AppLinkCardView
263 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()
H A DChannelsRowAdapter.java148 Intent intent = ((AppLinkCardView) view).getIntent(); in onAppLinkClicked()