Home
last modified time | relevance | path

Searched refs:bigContentView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1272 RemoteViews bigContentView = sbn.getNotification().bigContentView;
1336 if (bigContentView != null) {
1337 bigContentViewLocal = bigContentView.apply(
1929 + " bigContentView=" + oldNotification.getNotification().bigContentView
1935 + " bigContentView=" + n.bigContentView
1948 final RemoteViews oldBigContentView = oldNotification.getNotification().bigContentView;
1949 final RemoteViews bigContentView = n.bigContentView;
1966 (entry.getExpandedContentView() == null && bigContentView == null)
1967 || ((entry.getExpandedContentView() != null && bigContentView != null)
1968 && bigContentView.getPackage() != null
[all …]
/frameworks/base/core/java/android/app/
DNotification.java262 public RemoteViews bigContentView; field in Notification
1473 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel); in Notification()
1570 if (heavy && this.bigContentView != null) { in cloneInto()
1571 that.bigContentView = this.bigContentView.clone(); in cloneInto()
1600 bigContentView = null; in lightenPayload()
1735 if (bigContentView != null) { in writeToParcel()
1737 bigContentView.writeToParcel(parcel, 0); in writeToParcel()
3433 n.bigContentView instanceof BuilderRemoteViews && in stripForDelivery()
3435 n.bigContentView.getSequenceNumber()) { in stripForDelivery()
3436 n.bigContentView = null; in stripForDelivery()
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DNotificationCompatImplBase.java106 n.bigContentView = generateBigContentView(context, contentTitle, contentText, contentInfo, in overrideBigContentView()
/frameworks/base/api/
Dcurrent.txt4772 field public android.widget.RemoteViews bigContentView;
Dsystem-current.txt4889 field public android.widget.RemoteViews bigContentView;