Home
last modified time | relevance | path

Searched refs:hideLargeIcon (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java4598 boolean largeIconShown = bindLargeIcon(contentView, p.hideLargeIcon || p.ambient); in bindLargeIconAndReply()
4647 private boolean bindLargeIcon(RemoteViews contentView, boolean hideLargeIcon) { in bindLargeIcon() argument
4651 boolean showLargeIcon = mN.mLargeIcon != null && !hideLargeIcon; in bindLargeIcon()
7070 .hideLargeIcon(hideRightIcons || isOneToOne) in makeMessagingView()
9664 boolean hideLargeIcon; field in Notification.Builder.StandardTemplateParams
9697 final StandardTemplateParams hideLargeIcon(boolean hideLargeIcon) { in hideLargeIcon() method in Notification.Builder.StandardTemplateParams
9698 this.hideLargeIcon = hideLargeIcon; in hideLargeIcon()
/frameworks/base/config/
Dhiddenapi-private-dex.txt9252 Landroid/app/Notification$StandardTemplateParams;->hideLargeIcon(Z)Landroid/app/Notification$Standa…
9253 Landroid/app/Notification$StandardTemplateParams;->hideLargeIcon:Z