Home
last modified time | relevance | path

Searched refs:getLargeIcon (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt50 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_plainNotification()
70 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_rankerGroupNotification()
112 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_customViewNotification_marksTrue()
161 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_bigPictureStyle()
187 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_callingStyle()
223 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_messagingStyle()
245 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_carExtender()
266 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount, in currentNotificationMemoryUse_tvWearExtender()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java167 mLeftIcon.setTag(ImageTransformState.ICON_TAG, getLargeIcon(sbn.getNotification())); in resolveTemplateViews()
187 protected final Icon getLargeIcon(Notification n) { in getLargeIcon() method in NotificationTemplateViewWrapper
188 Icon modernLargeIcon = n.getLargeIcon(); in getLargeIcon()
204 return getLargeIcon(n); in getRightIcon()
DNotificationBigPictureTemplateViewWrapper.java66 mRightIcon.setTag(ImageTransformState.ICON_TAG, getLargeIcon(sbn.getNotification())); in updateImageTag()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java221 assertSame(n.getLargeIcon(), originalIcon); in largeIconMultipleReferences_keptAfterParcelling()
224 assertNotSame(q.getLargeIcon(), n.getLargeIcon()); in largeIconMultipleReferences_keptAfterParcelling()
226 assertTrue(q.getLargeIcon().getBitmap().sameAs(n.getLargeIcon().getBitmap())); in largeIconMultipleReferences_keptAfterParcelling()
227 assertSame(q.getLargeIcon(), q.extras.getParcelable(EXTRA_LARGE_ICON)); in largeIconMultipleReferences_keptAfterParcelling()
237 assertSame(n.getLargeIcon(), null); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
240 assertSame(q.getLargeIcon(), null); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeter.kt83 val largeIconUse = computeIconUse(notification.getLargeIcon(), seenBitmaps) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflater.kt283 conversationIcon = notification.getLargeIcon() in loadConversationAvatar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputControllerTest.java1011 when(notification.getLargeIcon()).thenReturn(null); in getNotificationLargeIcon_withoutLargeIcon_returnsNull()
1030 when(notification.getLargeIcon()).thenReturn(icon); in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat()
1049 when(notification.getLargeIcon()).thenReturn(icon); in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt389 ic = entry.sbn.notification.getLargeIcon() in <lambda>()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1393 Icon largeIcon = n.getLargeIcon(); in createLegacyIconExtras()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java549 final Icon icon = notification.getLargeIcon(); in getNotificationIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessor.kt784 notif.getLargeIcon() in <lambda>()
DLegacyMediaDataManagerImpl.kt839 notif.getLargeIcon() in loadMediaDataInBg()
/frameworks/base/core/java/android/app/
DNotification.java3581 || areIconsMaybeDifferent(first.getLargeIcon(), second.getLargeIcon()); in areIconsDifferent()
4225 public Icon getLargeIcon() { in getLargeIcon() method in Notification
4451 if (mN.getLargeIcon() == null && mN.largeIcon != null) { in Builder()
12764 public Bitmap getLargeIcon() { in getLargeIcon() method in Notification.Builder.CarExtender
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java14432 if (notif.getLargeIcon() != null) {
14434 notif.getLargeIcon().writeToParcel(parcel, 0);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6393 method public android.graphics.drawable.Icon getLargeIcon();
6759 method public android.graphics.Bitmap getLargeIcon();
/frameworks/base/boot/
Dboot-image-profile.txt2279 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;
/frameworks/base/config/
Dboot-image-profile.txt2279 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;