Searched refs:mCardImageHeight (Results 1 – 3 of 3) sorted by relevance
50 private final int mCardImageHeight; field in AppLinkCardView77 mCardImageHeight = getResources().getDimensionPixelSize(R.dimen.card_image_layout_height); in AppLinkCardView()253 mCardImageHeight, in onBind() local396 Bitmap.createBitmap(mCardImageWidth, mCardImageHeight, Bitmap.Config.ARGB_8888);398 banner.setBounds(0, 0, mCardImageWidth, mCardImageHeight);
45 private final int mCardImageHeight; field in ChannelCardView66 mCardImageHeight = getResources().getDimensionPixelSize(R.dimen.card_image_layout_height); in ChannelCardView()170 mCardImageHeight,
113 private int mCardImageHeight; field in NotificationService139 mCardImageHeight = getResources().getDimensionPixelSize(R.dimen.notif_card_img_height); in onCreate()492 BitmapUtils.getScaledMutableBitmap(background, Integer.MAX_VALUE, mCardImageHeight);