Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1256 private Icon mLargeIcon; field in Notification
2145 mLargeIcon = Icon.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2247 if (heavy && this.mLargeIcon != null) { in cloneInto()
2248 that.mLargeIcon = this.mLargeIcon; in cloneInto()
2381 mLargeIcon = null; in lightenPayload()
2540 if (mLargeIcon == null && largeIcon != null) { in writeToParcelImpl()
2542 mLargeIcon = Icon.createWithBitmap(largeIcon); in writeToParcelImpl()
2544 if (mLargeIcon != null) { in writeToParcelImpl()
2546 mLargeIcon.writeToParcel(parcel, 0); in writeToParcelImpl()
2771 fixDuplicateExtra(mLargeIcon, EXTRA_LARGE_ICON); in fixDuplicateExtras()
[all …]
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompat.java675 Bitmap mLargeIcon; field in NotificationCompat.Builder
970 mLargeIcon = reduceLargeIconSize(icon); in setLargeIcon()
1756 if (mBuilder.mLargeIcon != null) { in applyStandardTemplate()
1761 contentView.setImageViewBitmap(R.id.icon, mBuilder.mLargeIcon); in applyStandardTemplate()
1810 boolean hasRightSide = !(Build.VERSION.SDK_INT >= 21) && mBuilder.mLargeIcon != null; in applyStandardTemplate()
4594 private Bitmap mLargeIcon; field in NotificationCompat.CarExtender
4617 mLargeIcon = carBundle.getParcelable(EXTRA_LARGE_ICON); in CarExtender()
4722 if (mLargeIcon != null) { in extend()
4723 carExtensions.putParcelable(EXTRA_LARGE_ICON, mLargeIcon); in extend()
4771 mLargeIcon = largeIcon; in setLargeIcon()
[all …]
DNotificationCompatBuilder.java87 .setLargeIcon(b.mLargeIcon) in NotificationCompatBuilder()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt854 Landroid/app/Notification;->mLargeIcon:Landroid/graphics/drawable/Icon;
Dhiddenapi-private-dex.txt9154 Landroid/app/Notification$CarExtender;->mLargeIcon:Landroid/graphics/Bitmap;
9384 Landroid/app/Notification;->mLargeIcon:Landroid/graphics/drawable/Icon;