Searched refs:CardBackgroundImage (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/ui/ |
D | DescriptiveTextWithControlsView.java | 28 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()
|
D | CardContent.java | 46 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/ |
D | DialerCardFragment.java | 38 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/ |
D | MediaCardFragment.java | 76 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/ |
D | AudioCardFragmentTest.java | 43 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/ |
D | InCallModel.java | 347 new CardContent.CardBackgroundImage(contactImage, mContactImageBackground), in updateModelWithContact() 385 private CardContent createPhoneCardContent(CardContent.CardBackgroundImage image, in createPhoneCardContent()
|
D | MediaViewModel.java | 225 new CardContent.CardBackgroundImage(mAlbumImageBitmap, mMediaBackground), in getCardContent()
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/ |
D | HomeCardFragment.java | 260 CharSequence secondaryText, CardContent.CardBackgroundImage optionalImage, in updateDescriptiveTextWithControlsView()
|