Home
last modified time | relevance | path

Searched refs:CardBackgroundImage (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/ui/
DDescriptiveTextWithControlsView.java28 private CardBackgroundImage mImage;
38 public DescriptiveTextWithControlsView(CardBackgroundImage image, CharSequence title, in DescriptiveTextWithControlsView()
45 public DescriptiveTextWithControlsView(CardBackgroundImage image, CharSequence title, in DescriptiveTextWithControlsView()
53 public DescriptiveTextWithControlsView(CardBackgroundImage image, CharSequence title, in DescriptiveTextWithControlsView()
64 public DescriptiveTextWithControlsView(CardBackgroundImage image, CharSequence title, in DescriptiveTextWithControlsView()
81 public CardBackgroundImage getImage() { in getImage()
DCardContent.java46 public static class CardBackgroundImage { class in CardContent
51 public CardBackgroundImage(Drawable foreground, Drawable background) { in CardBackgroundImage() method in CardContent.CardBackgroundImage
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/dialer/
DDialerCardFragment.java38 private CardContent.CardBackgroundImage mDefaultCardBackgroundImage;
39 private CardContent.CardBackgroundImage mCardBackgroundImage;
56 mDefaultCardBackgroundImage = new CardContent.CardBackgroundImage( in onCreate()
138 private void updateBackgroundImage(CardContent.CardBackgroundImage cardBackgroundImage) { in updateBackgroundImage()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardFragment.java76 private CardContent.CardBackgroundImage mDefaultCardBackgroundImage;
115 private CardContent.CardBackgroundImage mCardBackgroundImage;
136 mDefaultCardBackgroundImage = new CardContent.CardBackgroundImage( in onCreate()
265 private void updateBackgroundImage(CardContent.CardBackgroundImage cardBackgroundImage) { in updateBackgroundImage()
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/homescreen/audio/
DAudioCardFragmentTest.java43 import com.android.car.carlauncher.homescreen.ui.CardContent.CardBackgroundImage;
60 private static final CardBackgroundImage CARD_BACKGROUND_IMAGE = new CardBackgroundImage(
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/
DInCallModel.java347 new CardContent.CardBackgroundImage(contactImage, mContactImageBackground), in updateModelWithContact()
385 private CardContent createPhoneCardContent(CardContent.CardBackgroundImage image, in createPhoneCardContent()
DMediaViewModel.java225 new CardContent.CardBackgroundImage(mAlbumImageBitmap, mMediaBackground), in getCardContent()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/
DHomeCardFragment.java260 CharSequence secondaryText, CardContent.CardBackgroundImage optionalImage, in updateDescriptiveTextWithControlsView()