Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java124 newNotification.bigContentView = sbn.getNotification().bigContentView; in rebuildWithRemoteInputInserted()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java432 public RemoteViews bigContentView; field in Notification
2799 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 …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java670 && notification.bigContentView == null in requiresHeightCheck()
798 RemoteViews bigContentView = builder.createBigContentView(); in createExpandedView() local
799 if (bigContentView != null) { in createExpandedView()
800 return bigContentView; in createExpandedView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeter.kt140 val hasCustomView = notification.contentView != null || notification.bigContentView != null
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java582 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView)); in dumpNotification()
1511 || notification.bigContentView != null in hasUndecoratedRemoteView()
H A DNotificationManagerService.java7142 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;
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1402 notification.bigContentView = big; in maybePopulateRemoteViews()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java9433 assertNotNull(np.bigContentView);
9438 assertNotNull(n.publicVersion.bigContentView);
9444 assertNull(n.bigContentView);
9447 assertNull(n.publicVersion.bigContentView);
/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.txt6319 field @Deprecated public android.widget.RemoteViews bigContentView;