Searched defs:bigContentView (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/app/
H A DNotification.java262 public RemoteViews bigContentView; field in class:Notification
1473 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel);
1570 if (heavy && this.bigContentView != null) {
1571 that.bigContentView = this.bigContentView.clone();
1600 bigContentView = null;
1735 if (bigContentView != null) {
1737 bigContentView.writeToParcel(parcel, 0);
3433 n.bigContentView instanceof BuilderRemoteViews &&
3435 n.bigContentView
3549 setBuilderBigContentView(Notification n, RemoteViews bigContentView) argument
[all...]

Completed in 85 milliseconds