Home
last modified time | relevance | path

Searched refs:largeIcon (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletTicker.java258 if (n.largeIcon != null) { in makeTickerView()
296 ImageView largeIcon = (ImageView)group.findViewById(R.id.large_icon); in makeTickerView() local
297 if (n.largeIcon != null) { in makeTickerView()
298 largeIcon.setImageBitmap(n.largeIcon); in makeTickerView()
299 largeIcon.setVisibility(View.VISIBLE); in makeTickerView()
DTabletStatusBar.java862 oldEntry.largeIcon.setOnClickListener(listener); in updateNotification()
865 oldEntry.largeIcon.setOnClickListener(null); in updateNotification()
878 if (notification.notification.largeIcon != null) { in updateNotification()
879 oldEntry.largeIcon.setImageBitmap(notification.notification.largeIcon); in updateNotification()
881 oldEntry.largeIcon.getLayoutParams().width = 0; in updateNotification()
882 oldEntry.largeIcon.setVisibility(View.INVISIBLE); in updateNotification()
1750 ImageView largeIcon = (ImageView)row.findViewById(R.id.large_icon); in inflateViews() local
1751 if (sbn.notification.largeIcon != null) { in inflateViews()
1752 largeIcon.setImageBitmap(sbn.notification.largeIcon); in inflateViews()
1753 largeIcon.setContentDescription(sbn.notification.tickerText); in inflateViews()
[all …]
/frameworks/base/core/java/android/app/
DNotification.java162 public Bitmap largeIcon; field in Notification
378 largeIcon = Bitmap.CREATOR.createFromParcel(parcel); in Notification()
420 if (this.largeIcon != null) { in clone()
421 that.largeIcon = Bitmap.createBitmap(this.largeIcon); in clone()
488 if (largeIcon != null) { in writeToParcel()
490 largeIcon.writeToParcel(parcel, 0); in writeToParcel()
1025 n.largeIcon = mLargeIcon; in getNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java643 oldEntry.largeIcon.setOnClickListener(listener); in updateNotification()
646 oldEntry.largeIcon.setOnClickListener(null); in updateNotification()
659 if (notification.notification.largeIcon != null) { in updateNotification()
660 oldEntry.largeIcon.setImageBitmap(notification.notification.largeIcon); in updateNotification()
662 oldEntry.largeIcon.getLayoutParams().width = 0; in updateNotification()
663 oldEntry.largeIcon.setVisibility(View.INVISIBLE); in updateNotification()
736 ImageView largeIcon = (ImageView)row.findViewById(R.id.large_icon); in makeNotificationView() local
737 if (notification.notification.largeIcon != null) { in makeNotificationView()
738 largeIcon.setImageBitmap(notification.notification.largeIcon); in makeNotificationView()
740 largeIcon.getLayoutParams().width = 0; in makeNotificationView()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java40 public ImageView largeIcon; field in NotificationData.Entry
98 entry.largeIcon = null; // TODO add support for large icons in add()
/frameworks/base/api/
Dcurrent.txt3618 field public android.graphics.Bitmap largeIcon;
D14.txt3618 field public android.graphics.Bitmap largeIcon;