Searched refs:headsUpContentView (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/media/src/main/java/androidx/media/app/
H A DNotificationCompat.java487 RemoteViews headsUpContentView = generateBigContentView();
488 buildIntoRemoteViews(headsUpContentView, innerView);
490 setBackgroundColor(headsUpContentView);
492 return headsUpContentView;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DMediaNotificationProcessorTest.java91 notification.headsUpContentView = remoteViews;
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatBuilder.java240 n.headsUpContentView = styleHeadsUpContentView;
324 notification.headsUpContentView = mHeadsUpContentView;
/frameworks/base/core/java/android/app/
H A DNotification.java363 public RemoteViews headsUpContentView; field in class:Notification
2185 headsUpContentView = RemoteViews.CREATOR.createFromParcel(parcel);
2307 if (heavy && this.headsUpContentView != null) {
2308 that.headsUpContentView = this.headsUpContentView.clone();
2345 if (headsUpContentView != null) headsUpContentView.visitUris(visitor);
2380 headsUpContentView = null;
2601 if (headsUpContentView != null) {
2603 headsUpContentView
[all...]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java147 assertNotNull(before.headsUpContentView);
150 assertNull(after.headsUpContentView);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1274 View headsUpContentView = mHeadsUpChild;
1275 if (headsUpContentView != null) {
1276 mHeadsUpRemoteInput = applyRemoteInput(headsUpContentView, entry, hasRemoteInput,
H A DNotificationEntryManager.java602 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java466 sbn.getNotification().headsUpContentView = null;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java456 pw.println(prefix + "headsUpContentView="
457 + formatRemoteViews(notification.headsUpContentView));
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java228 * <li>{@link Notification#headsUpContentView headsUpContentView}</li>
1188 // Some styles wrap Notification's contentView, bigContentView and headsUpContentView.
1196 notification.headsUpContentView = headsUp;

Completed in 322 milliseconds