Searched defs:mLargeIcon (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java102 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon);
110 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon,
119 b.mTickerView, b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon,
192 Bitmap mLargeIcon; field in class:NotificationCompat.Builder
414 mLargeIcon = icon;
/frameworks/base/core/java/android/app/
H A DNotification.java1156 private Bitmap mLargeIcon; field in class:Notification.Builder
1427 mLargeIcon = icon;
1634 if (mLargeIcon != null) {
1635 contentView.setImageViewBitmap(R.id.icon, mLargeIcon);
1761 return applyStandardTemplate(mLargeIcon == null
1806 n.largeIcon = mLargeIcon;
1854 if (mLargeIcon != null) {
1855 extras.putParcelable(EXTRA_LARGE_ICON, mLargeIcon);
2091 mBuilder.mLargeIcon = mBigLargeIcon;

Completed in 10 milliseconds