Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputNotificationRebuilder.java165 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in rebuildWithRemoteInputInserted()
/frameworks/base/core/java/android/app/
DNotification.java466 public RemoteViews headsUpContentView; field in Notification
2757 headsUpContentView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2890 if (heavy && this.headsUpContentView != null) { in cloneInto()
2891 that.headsUpContentView = this.headsUpContentView.clone(); in cloneInto()
2946 if (headsUpContentView != null) headsUpContentView.visitUris(visitor); in visitUris()
3184 headsUpContentView = null; in lightenPayload()
3454 if (headsUpContentView != null) { in writeToParcelImpl()
3456 headsUpContentView.writeToParcel(parcel, 0); in writeToParcelImpl()
3640 if (areRemoteViewsChanged(first.mN.headsUpContentView, second.mN.headsUpContentView)) { in areRemoteViewsChanged()
4984 mN.headsUpContentView = contentView; in setCustomHeadsUpContentView()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java602 + formatRemoteViews(notification.headsUpContentView)); in dumpNotification()
1567 || notification.headsUpContentView != null; in hasUndecoratedRemoteView()
DNotificationManagerService.java7824 || notification.headsUpContentView != null
7828 || notification.publicVersion.headsUpContentView != null))) {
7834 notification.headsUpContentView = null;
7838 notification.publicVersion.headsUpContentView = null;
7847 if (removeRemoteView(pkg, tag, id, notification.headsUpContentView)) {
7848 notification.headsUpContentView = null;
7857 if (removeRemoteView(pkg, tag, id, notification.publicVersion.headsUpContentView)) {
7858 notification.publicVersion.headsUpContentView = null;
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1424 notification.headsUpContentView = headsUp; in maybePopulateRemoteViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java832 && notification.headsUpContentView == null) {
DNotificationRowContentBinderImpl.kt1317 notification.headsUpContentView == null) in <lambda>()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java10641 assertNotNull(np.headsUpContentView);
10646 assertNotNull(n.publicVersion.headsUpContentView);
10652 assertNotNull(n.headsUpContentView);
10655 assertNull(n.publicVersion.headsUpContentView);
10681 assertNotNull(n.headsUpContentView);
10686 assertNotNull(np.headsUpContentView);
10692 assertNull(n.headsUpContentView);
10695 assertNull(n.publicVersion.headsUpContentView);
14489 if (notif.headsUpContentView != null) {
14491 notif.headsUpContentView.writeToParcel(parcel, 0);
/frameworks/base/core/api/
Dlint-baseline.txt260 DeprecationMismatch: android.app.Notification#headsUpContentView:
261 …Field Notification.headsUpContentView: @Deprecated annotation (present) and @deprecated doc tag (n…
Dmodule-lib-lint-baseline.txt346 DeprecationMismatch: android.app.Notification#headsUpContentView:
347 …Field Notification.headsUpContentView: @Deprecated annotation (present) and @deprecated doc tag (n…
Dtest-lint-baseline.txt358 DeprecationMismatch: android.app.Notification#headsUpContentView:
359 …Field Notification.headsUpContentView: @Deprecated annotation (present) and @deprecated doc tag (n…
Dsystem-lint-baseline.txt350 DeprecationMismatch: android.app.Notification#headsUpContentView:
351 …Field Notification.headsUpContentView: @Deprecated annotation (present) and @deprecated doc tag (n…
Dcurrent.txt6524 field @Deprecated public android.widget.RemoteViews headsUpContentView;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4636 field public android.widget.RemoteViews headsUpContentView;