Searched refs:bigContentView (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java58 public void setBigContentView(View bigContentView) { argument
59 this.expandedBig = bigContentView;
60 row.setExpandable(bigContentView != null);
H A DBaseStatusBar.java1303 RemoteViews bigContentView = sbn.getNotification().bigContentView;
1308 bigContentView = sbn.getNotification().headsUpContentView;
1377 if (bigContentView != null) {
1378 bigContentViewLocal = bigContentView.apply(mContext, expanded,
1849 final RemoteViews oldBigContentView = oldNotification.getNotification().bigContentView;
1850 final RemoteViews bigContentView = n.bigContentView;
1865 + " bigContentView=" + oldBigContentView
1871 + " bigContentView
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java256 public RemoteViews bigContentView; field in class:Notification
1408 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel);
1505 if (heavy && this.bigContentView != null) {
1506 that.bigContentView = this.bigContentView.clone();
1535 bigContentView = null;
1661 if (bigContentView != null) {
1663 bigContentView.writeToParcel(parcel, 0);
3264 n.bigContentView instanceof BuilderRemoteViews &&
3266 n.bigContentView
3380 setBuilderBigContentView(Notification n, RemoteViews bigContentView) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java445 localForegroundNoti.bigContentView = null;

Completed in 1642 milliseconds