Searched defs:getLargeIcon (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4781 public Bitmap getLargeIcon() { method in class:NotificationCompat.CarExtender
/frameworks/base/core/java/android/app/
H A DNotification.java1031 * @deprecated Use {@link #getLargeIcon()}, which supports a wider variety of icon sources.
1317 * If this notification is being shown as a badge, use the {@link #getLargeIcon()} to
2762 * as {@link getLargeIcon()} which is mirrored by {@link #EXTRA_LARGE_ICON}. This is mostly
3080 * @see Builder#getLargeIcon()
3083 public Icon getLargeIcon() { method in class:Notification
3278 if (mN.getLargeIcon() == null && mN.largeIcon != null) {
9139 public Bitmap getLargeIcon() { method in class:Notification.CarExtender

Completed in 50 milliseconds