Home
last modified time | relevance | path

Searched refs:headsUpContentView (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java125 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in rebuildWithRemoteInputInserted()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java446 public RemoteViews headsUpContentView; field in Notification
2803 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 …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java584 + formatRemoteViews(notification.headsUpContentView)); in dumpNotification()
1512 || notification.headsUpContentView != null; in hasUndecoratedRemoteView()
H A DNotificationManagerService.java7145 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;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java671 && notification.headsUpContentView == null) { in requiresHeightCheck()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1403 notification.headsUpContentView = headsUp; in maybePopulateRemoteViews()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java9434 assertNotNull(np.headsUpContentView);
9439 assertNotNull(n.publicVersion.headsUpContentView);
9445 assertNotNull(n.headsUpContentView);
9448 assertNull(n.publicVersion.headsUpContentView);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6329 field @Deprecated public android.widget.RemoteViews headsUpContentView;