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

/frameworks/base/core/java/android/app/
H A DNotification.java342 public RemoteViews headsUpContentView; field in class:Notification
1943 headsUpContentView = RemoteViews.CREATOR.createFromParcel(parcel);
2065 if (heavy && this.headsUpContentView != null) {
2066 that.headsUpContentView = this.headsUpContentView.clone();
2099 headsUpContentView = null;
2320 if (headsUpContentView != null) {
2322 headsUpContentView.writeToParcel(parcel, 0);
3231 mN.headsUpContentView = contentView;
4524 if (mN.headsUpContentView !
[all...]

Completed in 2698 milliseconds