Home
last modified time | relevance | path

Searched refs:largeIcon (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java196 Bitmap largeIcon = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testLegacyIcons_preM() local
200 .setLargeIcon(Icon.createWithBitmap(largeIcon)) in testLegacyIcons_preM()
208 assertNotNull(n.largeIcon); in testLegacyIcons_preM()
218 Bitmap largeIcon = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testLegacyIcons_mPlus() local
222 .setLargeIcon(Icon.createWithBitmap(largeIcon)) in testLegacyIcons_mPlus()
229 assertNull(n.largeIcon); in testLegacyIcons_mPlus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessor.java100 Icon largeIcon = notification.getLargeIcon(); in processNotification() local
103 if (largeIcon != null) { in processNotification()
107 drawable = largeIcon.loadDrawable(mPackageContext); in processNotification()
/frameworks/base/core/java/android/app/
DNotification.java402 public Bitmap largeIcon; field in Notification
2647 if (mLargeIcon == null && largeIcon != null) { in writeToParcelImpl()
2649 mLargeIcon = Icon.createWithBitmap(largeIcon); in writeToParcelImpl()
3481 if (mN.getLargeIcon() == null && mN.largeIcon != null) { in Builder()
3482 setLargeIcon(mN.largeIcon); in Builder()
4955 if (mN.mLargeIcon == null && mN.largeIcon != null) { in bindLargeIcon()
4956 mN.mLargeIcon = Icon.createWithBitmap(mN.largeIcon); in bindLargeIcon()
5468 Icon largeIcon = mN.mLargeIcon; in makePublicView() local
5470 Bitmap largeIconLegacy = mN.largeIcon; in makePublicView()
5471 mN.largeIcon = null; in makePublicView()
[all …]
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1209 Icon largeIcon = n.getLargeIcon(); in createLegacyIconExtras() local
1214 if (largeIcon != null) { in createLegacyIconExtras()
1215 Drawable d = largeIcon.loadDrawable(getContext()); in createLegacyIconExtras()
1219 n.largeIcon = largeIconBits; in createLegacyIconExtras()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...