Searched refs:bigContentView (Results 1 – 7 of 7) sorted by relevance
1302 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=" + bigContentView1884 (oldEntry.getBigContentView() == null && bigContentView == null)1885 || ((oldEntry.getBigContentView() != null && bigContentView != null)1886 && bigContentView.getPackage() != null[all …]
58 public void setBigContentView(View bigContentView) { in setBigContentView() argument59 this.expandedBig = bigContentView; in setBigContentView()60 row.setExpandable(bigContentView != null); in setBigContentView()
256 public RemoteViews bigContentView; field in Notification1408 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 …]
445 localForegroundNoti.bigContentView = null; in postNotification()
476 NO DOC BLOCK: android.app.Notification Field bigContentView
4716 field public android.widget.RemoteViews bigContentView;
4626 field public android.widget.RemoteViews bigContentView;