Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1302 RemoteViews bigContentView = sbn.getNotification().bigContentView;
1307 bigContentView = sbn.getNotification().headsUpContentView;
1376 if (bigContentView != null) {
1377 bigContentViewLocal = bigContentView.apply(mContext, expanded,
1848 final RemoteViews oldBigContentView = oldNotification.getNotification().bigContentView;
1849 final RemoteViews bigContentView = n.bigContentView;
1870 + " bigContentView=" + bigContentView
1884 (oldEntry.getBigContentView() == null && bigContentView == null)
1885 || ((oldEntry.getBigContentView() != null && bigContentView != null)
1886 && bigContentView.getPackage() != null
[all …]
DNotificationData.java58 public void setBigContentView(View bigContentView) { in setBigContentView() argument
59 this.expandedBig = bigContentView; in setBigContentView()
60 row.setExpandable(bigContentView != null); in setBigContentView()
/frameworks/base/core/java/android/app/
DNotification.java256 public RemoteViews bigContentView; field in Notification
1408 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel); in Notification()
1505 if (heavy && this.bigContentView != null) { in cloneInto()
1506 that.bigContentView = this.bigContentView.clone(); in cloneInto()
1535 bigContentView = null; in lightenPayload()
1661 if (bigContentView != null) { in writeToParcel()
1663 bigContentView.writeToParcel(parcel, 0); in writeToParcel()
3264 n.bigContentView instanceof BuilderRemoteViews && in stripForDelivery()
3266 n.bigContentView.getSequenceNumber()) { in stripForDelivery()
3267 n.bigContentView = null; in stripForDelivery()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java445 localForegroundNoti.bigContentView = null; in postNotification()
/frameworks/base/docs/html/sdk/api_diff/16/
DmissingSinces.txt476 NO DOC BLOCK: android.app.Notification Field bigContentView
/frameworks/base/api/
Dsystem-current.txt4716 field public android.widget.RemoteViews bigContentView;
Dcurrent.txt4626 field public android.widget.RemoteViews bigContentView;