Home
last modified time | relevance | path

Searched refs:mCardBackgroundImage (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/dialer/
DDialerCardFragment.java39 private CardContent.CardBackgroundImage mCardBackgroundImage; field in DialerCardFragment
105 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()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardFragment.java115 private CardContent.CardBackgroundImage mCardBackgroundImage; field in MediaCardFragment
231 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()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/
DHomeCardFragment.java60 private CrossfadeImageView mCardBackgroundImage; field in HomeCardFragment
126 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()