Searched refs:bigContentView (Results 1 – 10 of 10) sorted by relevance
124 newNotification.bigContentView = sbn.getNotification().bigContentView; in rebuildWithRemoteInputInserted()
432 public RemoteViews bigContentView; field in Notification2799 that.bigContentView = this.bigContentView.clone(); in cloneInto()2857 if (bigContentView != null) bigContentView.visitUris(visitor); in visitUris()2960 bigContentView = null; in lightenPayload()3179 if (bigContentView != null) { in writeToParcelImpl()3369 if (areRemoteViewsChanged(first.mN.bigContentView, second.mN.bigContentView)) { in areRemoteViewsChanged()4495 mN.bigContentView = contentView; in setCustomBigContentView()6048 ? minimallyDecoratedBigContentView(mN.bigContentView) : mN.bigContentView; in createBigContentView()7059 && bigContentView == null in isCustomNotification()10070 RemoteViews bigContentView = mBuilder.mN.bigContentView == null in makeDecoratedBigContentView() local[all …]
670 && notification.bigContentView == null in requiresHeightCheck()798 RemoteViews bigContentView = builder.createBigContentView(); in createExpandedView() local799 if (bigContentView != null) { in createExpandedView()800 return bigContentView; in createExpandedView()
140 val hasCustomView = notification.contentView != null || notification.bigContentView != null
582 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView)); in dumpNotification()1511 || notification.bigContentView != null in hasUndecoratedRemoteView()
7142 if (removeRemoteView(pkg, tag, id, notification.bigContentView)) {7143 notification.bigContentView = null;7152 if (removeRemoteView(pkg, tag, id, notification.publicVersion.bigContentView)) {7153 notification.publicVersion.bigContentView = null;
1402 notification.bigContentView = big; in maybePopulateRemoteViews()
9433 assertNotNull(np.bigContentView);9438 assertNotNull(n.publicVersion.bigContentView);9444 assertNull(n.bigContentView);9447 assertNull(n.publicVersion.bigContentView);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6319 field @Deprecated public android.widget.RemoteViews bigContentView;