Home
last modified time | relevance | path

Searched refs:smallIcon (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeterTest.kt49 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
69 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
88 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
111 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
160 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
186 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
222 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
244 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
265 smallIcon = notification.smallIcon.bitmap.allocationByteCount,
277 val smallIcon = regex
[all …]
H A DNotificationMemoryLoggerTest.kt159 presetUsage1.objectUsage.smallIcon + presetUsage2.objectUsage.smallIcon,
171 presetUsage1.viewUsage[0].smallIcon + presetUsage2.viewUsage[0].smallIcon,
204 presetUsage.objectUsage.smallIcon,
212 presetUsage.viewUsage[0].smallIcon,
239 presetUsage.objectUsage.smallIcon,
247 presetUsage.viewUsage[0].smallIcon,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryDumper.kt69 toKb(it.objectUsage.smallIcon),
85 var smallIcon: Int = 0,
95 t.smallIcon += usage.objectUsage.smallIcon
108 toKb(totals.smallIcon),
130 var smallIcon: Int = 0,
156 toKb(view.smallIcon),
174 totals.smallIcon += view.smallIcon
186 toKb(totals.smallIcon),
H A DNotificationMemory.kt38 val smallIcon: Int,
64 val smallIcon: Int,
H A DNotificationMemoryViewWalker.kt21 private var smallIcon: Int = 0
28 fun addSmallIcon(smallIconUse: Int) = apply { smallIcon += smallIconUse }
41 smallIcon = smallIcon,
H A DNotificationMemoryLogger.kt178 use.smallIconObject += element.objectUsage.smallIcon
179 if (element.objectUsage.smallIcon > 0) {
201 use.smallIconViews += it.smallIcon
H A DNotificationMemoryMeter.kt82 val smallIconUse = computeIconUse(notification.smallIcon, seenBitmaps)
144 smallIcon = smallIconUse,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconManager.kt221 n.smallIcon
290 ic = entry.sbn.notification.smallIcon
312 val isSmallIcon = iconDescriptor.icon.equals(entry.sbn.notification.smallIcon)
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java486 Icon smallIcon = null; in doNotify() local
519 smallIcon = icon; in doNotify()
663 if (smallIcon == null) { in doNotify()
667 builder.setSmallIcon(smallIcon); in doNotify()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1371 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras() local
1373 if (smallIcon != null && smallIcon.getType() == Icon.TYPE_RESOURCE) { in createLegacyIconExtras()
1374 n.extras.putInt(Notification.EXTRA_SMALL_ICON, smallIcon.getResId()); in createLegacyIconExtras()
1375 n.icon = smallIcon.getResId(); in createLegacyIconExtras()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt828 val smallIcon = sbn.notification.smallIcon regex
918 smallIcon,
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java6480 private void processSmallIconColor(Icon smallIcon, RemoteViews contentView,
6482 boolean colorable = !isLegacy() || getColorUtil().isGrayscaleIcon(mContext, smallIcon);
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java5951 final Icon smallIcon = Icon.createWithContentUri("content://media/small/icon"); in testVisitUris() local
5986 .setSmallIcon(smallIcon) in testVisitUris()
5995 verify(visitor, times(1)).accept(eq(smallIcon.getUri())); in testVisitUris()
/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.txt1489 field public static final int smallIcon = 16843422; // 0x101029e
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76437 Lcom/android/internal/R$attr;->smallIcon:I