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

  /packages/apps/TV/src/com/android/tv/menu/
ChannelCardView.java 49 private final int mCardImageWidth;
74 mCardImageWidth = getResources().getDimensionPixelSize(R.dimen.card_image_layout_width);
129 MeasureSpec.makeMeasureSpec(mCardImageWidth, MeasureSpec.EXACTLY),
221 mProgram.loadPosterArt(getContext(), mCardImageWidth, mCardImageHeight,
AppLinkCardView.java 56 private final int mCardImageWidth;
86 mCardImageWidth = getResources().getDimensionPixelSize(R.dimen.card_image_layout_width);
162 mCardImageWidth, mCardImageHeight, createChannelLogoCallback(this, mChannel,
168 mMetaViewFocused.measure(MeasureSpec.makeMeasureSpec(mCardImageWidth, MeasureSpec.EXACTLY),
289 Bitmap.createBitmap(mCardImageWidth, mCardImageHeight, Bitmap.Config.ARGB_8888);
291 banner.setBounds(0, 0, mCardImageWidth, mCardImageHeight);

Completed in 45 milliseconds