Searched refs:mCardBackgroundImage (Results 1 – 3 of 3) sorted by relevance
39 private CardContent.CardBackgroundImage mCardBackgroundImage; field in DialerCardFragment105 if (mCardBackgroundImage == null || mCardBackgroundImage.getForeground() == null) { in resizeCardBackgroundImage()106 mCardBackgroundImage = mDefaultCardBackgroundImage; in resizeCardBackgroundImage()125 Bitmap imageBitmap = BitmapUtils.fromDrawable(mCardBackgroundImage.getForeground(), in resizeCardBackgroundImage()130 if (mCardBackgroundImage.getBackground() != null) { in resizeCardBackgroundImage()131 getCardBackgroundImage().setBackground(mCardBackgroundImage.getBackground()); in resizeCardBackgroundImage()139 mCardBackgroundImage = cardBackgroundImage; in updateBackgroundImage()
117 private CardContent.CardBackgroundImage mCardBackgroundImage; field in MediaCardFragment233 if (mCardBackgroundImage == null || mCardBackgroundImage.getForeground() == null) { in resizeCardBackgroundImage()234 mCardBackgroundImage = mDefaultCardBackgroundImage; in resizeCardBackgroundImage()254 Bitmap imageBitmap = BitmapUtils.fromDrawable(mCardBackgroundImage.getForeground(), in resizeCardBackgroundImage()259 if (mCardBackgroundImage.getBackground() != null) { in resizeCardBackgroundImage()260 getCardBackgroundImage().setBackground(mCardBackgroundImage.getBackground()); in resizeCardBackgroundImage()268 mCardBackgroundImage = cardBackgroundImage; in updateBackgroundImage()
60 private CrossfadeImageView mCardBackgroundImage; field in HomeCardFragment126 mCardBackgroundImage = mRootView.findViewById(R.id.card_background_image); in onCreateView()321 if (mCardBackgroundImage == null) { in getCardBackgroundImage()322 mCardBackgroundImage = getRootView().findViewById(R.id.card_background_image); in getCardBackgroundImage()324 return mCardBackgroundImage; in getCardBackgroundImage()