HomeSort by relevance Sort by last modified time
    Searched refs:mCardImageHeight (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java 51 private final int mCardImageHeight;
78 mCardImageHeight = getResources().getDimensionPixelSize(R.dimen.card_image_layout_height);
146 mCardImageWidth, mCardImageHeight, createChannelLogoCallback(this, mChannel,
238 Bitmap.createBitmap(mCardImageWidth, mCardImageHeight, Bitmap.Config.ARGB_8888);
240 banner.setBounds(0, 0, mCardImageWidth, mCardImageHeight);
ChannelCardView.java 45 private final int mCardImageHeight;
66 mCardImageHeight = getResources().getDimensionPixelSize(R.dimen.card_image_layout_height);
165 mProgram.loadPosterArt(getContext(), mCardImageWidth, mCardImageHeight,
  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 114 private int mCardImageHeight;
140 mCardImageHeight = getResources().getDimensionPixelSize(R.dimen.notif_card_img_height);
459 background, Integer.MAX_VALUE, mCardImageHeight);

Completed in 173 milliseconds