Searched refs:headsUpContentView (Results 1 – 9 of 9) sorted by relevance
125 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in rebuildWithRemoteInputInserted()
446 public RemoteViews headsUpContentView; field in Notification2803 that.headsUpContentView = this.headsUpContentView.clone(); in cloneInto()2858 if (headsUpContentView != null) headsUpContentView.visitUris(visitor); in visitUris()2961 headsUpContentView = null; in lightenPayload()3186 if (headsUpContentView != null) { in writeToParcelImpl()3372 if (areRemoteViewsChanged(first.mN.headsUpContentView, second.mN.headsUpContentView)) { in areRemoteViewsChanged()4507 mN.headsUpContentView = contentView; in setCustomHeadsUpContentView()6123 if (headsUpContentView != null) { in makeAmbientNotification()6124 return headsUpContentView; in makeAmbientNotification()10032 RemoteViews headsUpContentView = mBuilder.mN.headsUpContentView == null in makeDecoratedHeadsUpContentView() local[all …]
584 + formatRemoteViews(notification.headsUpContentView)); in dumpNotification()1512 || notification.headsUpContentView != null; in hasUndecoratedRemoteView()
7145 if (removeRemoteView(pkg, tag, id, notification.headsUpContentView)) {7146 notification.headsUpContentView = null;7155 if (removeRemoteView(pkg, tag, id, notification.publicVersion.headsUpContentView)) {7156 notification.publicVersion.headsUpContentView = null;
671 && notification.headsUpContentView == null) { in requiresHeightCheck()
1403 notification.headsUpContentView = headsUp; in maybePopulateRemoteViews()
9434 assertNotNull(np.headsUpContentView);9439 assertNotNull(n.publicVersion.headsUpContentView);9445 assertNotNull(n.headsUpContentView);9448 assertNull(n.publicVersion.headsUpContentView);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6329 field @Deprecated public android.widget.RemoteViews headsUpContentView;