Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompat.java116 b.mNumber, b.mLargeIcon, b.mSubText, b.mUseChronometer, in addStyleGetContentViewLollipop()
229 b.mLargeIcon, b.mSubText, b.mUseChronometer, b.getWhenIfShowing(), in addStyleGetContentViewIcs()
253 b.mContentTitle, b.mContentText, b.mContentInfo, b.mNumber, b.mLargeIcon, in addBigStyleToBuilderJellybean()
274 b.mNotification.icon, b.mLargeIcon, b.mSubText, b.mUseChronometer, in getDecoratedContentView()
292 n.icon ,b.mLargeIcon, b.mSubText, b.mUseChronometer, b.getWhenIfShowing(), in addDecoratedBigStyleToBuilder()
309 b.mLargeIcon, b.mSubText, b.mUseChronometer, b.getWhenIfShowing(), b.getPriority(), in addDecoratedHeadsUpToBuilder()
323 b.mContentTitle, b.mContentText, b.mContentInfo, b.mNumber, b.mLargeIcon, in addBigStyleToBuilderLollipop()
351 b.mLargeIcon, b.mSubText, b.mUseChronometer, b.getWhenIfShowing(), in addHeadsUpToBuilderLollipop()
/frameworks/base/core/java/android/app/
DNotification.java992 private Icon mLargeIcon; field in Notification
1631 mLargeIcon = Icon.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
1714 if (heavy && this.mLargeIcon != null) { in cloneInto()
1715 that.mLargeIcon = this.mLargeIcon; in cloneInto()
1800 mLargeIcon = null; in lightenPayload()
1955 if (mLargeIcon == null && largeIcon != null) { in writeToParcelImpl()
1957 mLargeIcon = Icon.createWithBitmap(largeIcon); in writeToParcelImpl()
1959 if (mLargeIcon != null) { in writeToParcelImpl()
1961 mLargeIcon.writeToParcel(parcel, 0); in writeToParcelImpl()
2248 return mLargeIcon; in getLargeIcon()
[all …]
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java613 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon); in build()
627 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
638 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
709 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
761 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
819 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
859 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon, in build()
1006 public Bitmap mLargeIcon; field in NotificationCompat.Builder
1293 mLargeIcon = icon; in setLargeIcon()
3743 private Bitmap mLargeIcon; field in NotificationCompat.CarExtender
[all …]