OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppLinkCardView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java
46
public class
AppLinkCardView
extends BaseCardView<Channel> {
66
public
AppLinkCardView
(Context context) {
70
public
AppLinkCardView
(Context context, AttributeSet attrs) {
74
public
AppLinkCardView
(Context context, AttributeSet attrs, int defStyle) {
156
private static ImageLoader.ImageLoaderCallback<
AppLinkCardView
> createChannelLogoCallback(
157
AppLinkCardView
cardView, final Channel channel, final int type) {
158
return new ImageLoader.ImageLoaderCallback<
AppLinkCardView
>(cardView) {
160
public void onBitmapLoaded(
AppLinkCardView
cardView, @Nullable Bitmap bitmap) {
ChannelsRowAdapter.java
84
Intent intent = ((
AppLinkCardView
) view).getIntent();
Completed in 1089 milliseconds