Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1292 private Icon mLargeIcon; field in Notification
2245 mLargeIcon = Icon.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2356 if (heavy && this.mLargeIcon != null) { in cloneInto()
2357 that.mLargeIcon = this.mLargeIcon; in cloneInto()
2495 mLargeIcon = null; in lightenPayload()
2654 if (mLargeIcon == null && largeIcon != null) { in writeToParcelImpl()
2656 mLargeIcon = Icon.createWithBitmap(largeIcon); in writeToParcelImpl()
2658 if (mLargeIcon != null) { in writeToParcelImpl()
2660 mLargeIcon.writeToParcel(parcel, 0); in writeToParcelImpl()
2900 fixDuplicateExtra(mLargeIcon, EXTRA_LARGE_ICON); in fixDuplicateExtras()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7734 Landroid/app/Notification$CarExtender;->mLargeIcon:Landroid/graphics/Bitmap;