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

/frameworks/base/core/java/android/app/
H A DNotification.java349 public RemoteViews bigContentView; field in class:Notification
2181 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel);
2303 if (heavy && this.bigContentView != null) {
2304 that.bigContentView = this.bigContentView.clone();
2344 if (bigContentView != null) bigContentView.visitUris(visitor);
2379 bigContentView = null;
2594 if (bigContentView != null) {
2596 bigContentView
[all...]

Completed in 22 milliseconds