Searched refs:mLargeIcon (Results 1 – 2 of 2) sorted by relevance
1327 private Icon mLargeIcon; field in Notification2280 mLargeIcon = Icon.CREATOR.createFromParcel(parcel); in readFromParcelImpl()2391 if (heavy && this.mLargeIcon != null) { in cloneInto()2392 that.mLargeIcon = this.mLargeIcon; in cloneInto()2562 mLargeIcon = null; in lightenPayload()2725 if (mLargeIcon == null && largeIcon != null) { in writeToParcelImpl()2727 mLargeIcon = Icon.createWithBitmap(largeIcon); in writeToParcelImpl()2729 if (mLargeIcon != null) { in writeToParcelImpl()2731 mLargeIcon.writeToParcel(parcel, 0); in writeToParcelImpl()2971 fixDuplicateExtra(mLargeIcon, EXTRA_LARGE_ICON); in fixDuplicateExtras()[all …]
134 private Icon mLargeIcon; field in ConversationLayout571 mConversationIcon = mLargeIcon; in updateConversationLayout()790 mLargeIcon = largeIcon; in setLargeIcon()