Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DAppLinkCardView.java48 public class AppLinkCardView extends BaseCardView<Channel> { class
75 public AppLinkCardView(Context context) { in AppLinkCardView() method in AppLinkCardView
79 public AppLinkCardView(Context context, AttributeSet attrs) { in AppLinkCardView() method in AppLinkCardView
83 public AppLinkCardView(Context context, AttributeSet attrs, int defStyle) { in AppLinkCardView() method in AppLinkCardView
181 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()
DChannelsRowAdapter.java100 Intent intent = ((AppLinkCardView) view).getIntent();