Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java365 public RemoteViews bigContentView; field in Notification
2274 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2405 if (heavy && this.bigContentView != null) { in cloneInto()
2406 that.bigContentView = this.bigContentView.clone(); in cloneInto()
2449 if (bigContentView != null) bigContentView.visitUris(visitor); in visitUris()
2486 bigContentView = null; in lightenPayload()
2701 if (bigContentView != null) { in writeToParcelImpl()
2703 bigContentView.writeToParcel(parcel, 0); in writeToParcelImpl()
2852 if (areRemoteViewsChanged(first.mN.bigContentView, second.mN.bigContentView)) { in areRemoteViewsChanged()
3924 mN.bigContentView = contentView; in setCustomBigContentView()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1236 View bigContentView = mExpandedChild;
1237 if (bigContentView == null || !entry.isMediaNotification()) {
1241 View mediaActionContainer = bigContentView.findViewById(
1284 View bigContentView = mExpandedChild;
1285 if (bigContentView != null) {
1286 mExpandedRemoteInput = applyRemoteInput(bigContentView, entry, hasFreeformRemoteInput,
DNotificationContentInflater.java763 RemoteViews bigContentView = builder.createBigContentView(); in createExpandedView() local
764 if (bigContentView != null) { in createExpandedView()
765 return bigContentView; in createExpandedView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessorTest.java115 notification.bigContentView = remoteViews; in testRemoteViewsReset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java540 newNotification.bigContentView = sbn.getNotification().bigContentView; in rebuildNotificationWithRemoteInput()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java146 assertNotNull(before.bigContentView); in testStripsRemoteViewsInLowRamMode()
149 assertNull(after.bigContentView); in testStripsRemoteViewsInLowRamMode()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java369 sbn.getNotification().bigContentView = null; in makeMockFgSBN()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1239 notification.bigContentView = big; in maybePopulateRemoteViews()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java491 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView)); in dump()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...