Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeterTest.kt50 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount,
70 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount,
112 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount,
161 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount,
187 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount,
223 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount,
245 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount,
266 largeIcon = notification.getLargeIcon().bitmap.allocationByteCount,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java158 mLeftIcon.setTag(ImageTransformState.ICON_TAG, getLargeIcon(sbn.getNotification())); in resolveTemplateViews()
178 protected final Icon getLargeIcon(Notification n) { in getLargeIcon() method in NotificationTemplateViewWrapper
179 Icon modernLargeIcon = n.getLargeIcon(); in getLargeIcon()
195 return getLargeIcon(n); in getRightIcon()
H A DNotificationBigPictureTemplateViewWrapper.java65 mRightIcon.setTag(ImageTransformState.ICON_TAG, getLargeIcon(sbn.getNotification())); in updateImageTag()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java207 assertSame(n.getLargeIcon(), originalIcon); in largeIconMultipleReferences_keptAfterParcelling()
210 assertNotSame(q.getLargeIcon(), n.getLargeIcon()); in largeIconMultipleReferences_keptAfterParcelling()
212 assertTrue(q.getLargeIcon().getBitmap().sameAs(n.getLargeIcon().getBitmap())); in largeIconMultipleReferences_keptAfterParcelling()
213 assertSame(q.getLargeIcon(), q.extras.getParcelable(EXTRA_LARGE_ICON)); in largeIconMultipleReferences_keptAfterParcelling()
223 assertSame(n.getLargeIcon(), null); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
226 assertSame(q.getLargeIcon(), null); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeter.kt83 val largeIconUse = computeIconUse(notification.getLargeIcon(), seenBitmaps)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconManager.kt285 ic = entry.sbn.notification.getLargeIcon()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputControllerTest.java909 when(notification.getLargeIcon()).thenReturn(null); in getNotificationLargeIcon_withoutLargeIcon_returnsNull()
928 when(notification.getLargeIcon()).thenReturn(icon); in getNotificationLargeIcon_withPackageNameAndMediaSession_returnsIconCompat()
947 when(notification.getLargeIcon()).thenReturn(icon); in getNotificationLargeIcon_withPackageNameAndNoMediaSession_returnsNull()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java522 final Icon icon = notification.getLargeIcon(); in getNotificationIcon()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1372 Icon largeIcon = n.getLargeIcon(); in createLegacyIconExtras()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java3313 || areIconsMaybeDifferent(first.getLargeIcon(), second.getLargeIcon()); in areIconsDifferent()
3778 public Icon getLargeIcon() { in getLargeIcon() method in Notification
3997 if (mN.getLargeIcon() == null && mN.largeIcon != null) { in Builder()
11866 public Bitmap getLargeIcon() { in getLargeIcon() method in Notification.Builder.CarExtender
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt822 notif.getLargeIcon()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6199 method public android.graphics.drawable.Icon getLargeIcon();
6564 method public android.graphics.Bitmap getLargeIcon();
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2304 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2304 HSPLandroid/app/Notification;->getLargeIcon()Landroid/graphics/drawable/Icon;