Home
last modified time | relevance | path

Searched defs:bigLargeIcon (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationBigPictureTemplateViewWrapper.java62 Icon bigLargeIcon = extras.getParcelable(Notification.EXTRA_LARGE_ICON_BIG, Icon.class); in updateImageTag() local
/frameworks/base/core/java/android/app/
DNotification.java8620 public BigPictureStyle bigLargeIcon(@Nullable Bitmap b) { in bigLargeIcon() method in Builder.BigPictureStyle
8628 public BigPictureStyle bigLargeIcon(@Nullable Icon icon) { in bigLargeIcon() method in Builder.BigPictureStyle