Home
last modified time | relevance | path

Searched refs:mCardImageHeight (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DAppLinkCardView.java50 private final int mCardImageHeight; field in AppLinkCardView
77 mCardImageHeight = getResources().getDimensionPixelSize(R.dimen.card_image_layout_height); in AppLinkCardView()
253 mCardImageHeight, in onBind() local
396 Bitmap.createBitmap(mCardImageWidth, mCardImageHeight, Bitmap.Config.ARGB_8888);
398 banner.setBounds(0, 0, mCardImageWidth, mCardImageHeight);
DChannelCardView.java45 private final int mCardImageHeight; field in ChannelCardView
66 mCardImageHeight = getResources().getDimensionPixelSize(R.dimen.card_image_layout_height); in ChannelCardView()
170 mCardImageHeight,
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java113 private int mCardImageHeight; field in NotificationService
139 mCardImageHeight = getResources().getDimensionPixelSize(R.dimen.notif_card_img_height); in onCreate()
492 BitmapUtils.getScaledMutableBitmap(background, Integer.MAX_VALUE, mCardImageHeight);