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

/frameworks/base/core/java/android/app/
H A DNotification.java264 public RemoteViews headsUpContentView; field in class:Notification
1322 headsUpContentView = RemoteViews.CREATOR.createFromParcel(parcel);
1419 if (heavy && this.headsUpContentView != null) {
1420 that.headsUpContentView = this.headsUpContentView.clone();
1446 headsUpContentView = null;
1578 if (headsUpContentView != null) {
1580 headsUpContentView.writeToParcel(parcel, 0);
3169 n.headsUpContentView instanceof BuilderRemoteViews &&
3171 n.headsUpContentView
3284 setBuilderHeadsUpContentView(Notification n, RemoteViews headsUpContentView) argument
[all...]

Completed in 45 milliseconds