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()
115 private CardContent.CardBackgroundImage mCardBackgroundImage; field in MediaCardFragment231 if (mCardBackgroundImage == null || mCardBackgroundImage.getForeground() == null) { in resizeCardBackgroundImage()232 mCardBackgroundImage = mDefaultCardBackgroundImage; in resizeCardBackgroundImage()252 Bitmap imageBitmap = BitmapUtils.fromDrawable(mCardBackgroundImage.getForeground(), in resizeCardBackgroundImage()257 if (mCardBackgroundImage.getBackground() != null) { in resizeCardBackgroundImage()258 getCardBackgroundImage().setBackground(mCardBackgroundImage.getBackground()); in resizeCardBackgroundImage()266 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()