Home
last modified time | relevance | path

Searched defs:largeIcon (Results 1 – 11 of 11) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompatImplBase.java56 CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText, in overrideContentViewMedia()
73 CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText, in generateContentViewMedia()
117 CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText, in overrideMediaBigContentView()
131 CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText, in generateMediaBigView()
188 int number, int smallIcon, Bitmap largeIcon, CharSequence subText, in applyStandardTemplateWithActions()
259 int number, int smallIcon, Bitmap largeIcon, CharSequence subText, in applyStandardTemplate()
/frameworks/support/compat/honeycomb/android/support/v4/app/
DNotificationCompatHoneycomb.java29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) { in add()
/frameworks/support/compat/ics/android/support/v4/app/
DNotificationCompatIceCreamSandwich.java34 Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate) { in Builder()
/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java42 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder()
/frameworks/support/compat/api24/android/support/v4/app/
DNotificationCompatApi24.java55 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder()
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java41 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder()
/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java66 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder()
/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java77 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, in Builder()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java829 Icon largeIcon = n.getLargeIcon(); in createLegacyIconExtras() local
/frameworks/base/core/java/android/app/
DNotification.java325 public Bitmap largeIcon; field in Notification
3679 Icon largeIcon = mN.mLargeIcon; in makePublicContentView() local
3889 private void processLargeLegacyIcon(Icon largeIcon, RemoteViews contentView) { in processLargeLegacyIcon()
6610 public CarExtender setLargeIcon(Bitmap largeIcon) { in setLargeIcon()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3779 public CarExtender setLargeIcon(Bitmap largeIcon) { in setLargeIcon()