Home
last modified time | relevance | path

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

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