Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1217 final Bitmap largeIconBits = ((BitmapDrawable) d).getBitmap(); in createLegacyIconExtras() local
1218 n.extras.putParcelable(Notification.EXTRA_LARGE_ICON, largeIconBits); in createLegacyIconExtras()
1219 n.largeIcon = largeIconBits; in createLegacyIconExtras()