Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputNotificationRebuilder.java164 newNotification.bigContentView = sbn.getNotification().bigContentView; in rebuildWithRemoteInputInserted()
/frameworks/base/core/java/android/app/
DNotification.java452 public RemoteViews bigContentView; field in Notification
2753 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2886 if (heavy && this.bigContentView != null) { in cloneInto()
2887 that.bigContentView = this.bigContentView.clone(); in cloneInto()
2945 if (bigContentView != null) bigContentView.visitUris(visitor); in visitUris()
3183 bigContentView = null; in lightenPayload()
3447 if (bigContentView != null) { in writeToParcelImpl()
3449 bigContentView.writeToParcel(parcel, 0); in writeToParcelImpl()
3637 if (areRemoteViewsChanged(first.mN.bigContentView, second.mN.bigContentView)) { in areRemoteViewsChanged()
4972 mN.bigContentView = contentView; in setCustomBigContentView()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java831 && notification.bigContentView == null
1016 RemoteViews bigContentView = builder.createBigContentView();
1017 if (bigContentView != null) {
1018 return bigContentView;
DNotificationRowContentBinderImpl.kt1316 notification.bigContentView == null && in <lambda>()
1526 val bigContentView: RemoteViews? = builder.createBigContentView() in <lambda>() constant
1527 if (bigContentView != null) { in <lambda>()
1528 return bigContentView in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeter.kt140 val hasCustomView = notification.contentView != null || notification.bigContentView != null in <lambda>()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java600 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView)); in dumpNotification()
1566 || notification.bigContentView != null in hasUndecoratedRemoteView()
DNotificationManagerService.java7823 if (notification.contentView != null || notification.bigContentView != null
7827 || notification.publicVersion.bigContentView != null
7833 notification.bigContentView = null;
7837 notification.publicVersion.bigContentView = null;
7844 if (removeRemoteView(pkg, tag, id, notification.bigContentView)) {
7845 notification.bigContentView = null;
7854 if (removeRemoteView(pkg, tag, id, notification.publicVersion.bigContentView)) {
7855 notification.publicVersion.bigContentView = null;
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1423 notification.bigContentView = big; in maybePopulateRemoteViews()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java10640 assertNotNull(np.bigContentView);
10645 assertNotNull(n.publicVersion.bigContentView);
10651 assertNull(n.bigContentView);
10654 assertNull(n.publicVersion.bigContentView);
10680 assertNotNull(n.bigContentView);
10685 assertNotNull(np.bigContentView);
10691 assertNull(n.bigContentView);
10694 assertNull(n.publicVersion.bigContentView);
14482 if (notif.bigContentView != null) {
14484 notif.bigContentView.writeToParcel(parcel, 0);
/frameworks/base/core/api/
Dlint-baseline.txt256 DeprecationMismatch: android.app.Notification#bigContentView:
257 …Field Notification.bigContentView: @Deprecated annotation (present) and @deprecated doc tag (not p…
Dmodule-lib-lint-baseline.txt342 DeprecationMismatch: android.app.Notification#bigContentView:
343 …Field Notification.bigContentView: @Deprecated annotation (present) and @deprecated doc tag (not p…
Dtest-lint-baseline.txt354 DeprecationMismatch: android.app.Notification#bigContentView:
355 …Field Notification.bigContentView: @Deprecated annotation (present) and @deprecated doc tag (not p…
Dsystem-lint-baseline.txt346 DeprecationMismatch: android.app.Notification#bigContentView:
347 …Field Notification.bigContentView: @Deprecated annotation (present) and @deprecated doc tag (not p…
Dcurrent.txt6514 field @Deprecated public android.widget.RemoteViews bigContentView;
/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.txt4626 field public android.widget.RemoteViews bigContentView;