Searched refs:bigContentView (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/media/src/main/java/androidx/media/app/
H A DNotificationCompat.java89 * @see Notification#bigContentView
455 RemoteViews bigContentView = generateBigContentView();
456 buildIntoRemoteViews(bigContentView, innerView);
458 setBackgroundColor(bigContentView);
460 return bigContentView;
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatBuilder.java233 n.bigContentView = styleBigContentView;
321 notification.bigContentView = mBigContentView;
349 notification.bigContentView = mBigContentView;
382 notification.bigContentView = mBigContentView;
408 notification.bigContentView = mBigContentView;
H A DNotificationCompat.java1975 * @see Notification#bigContentView
2064 * @see Notification#bigContentView
2803 * @see Notification#bigContentView
2934 RemoteViews bigContentView = mBuilder.getBigContentView();
2935 RemoteViews innerView = bigContentView != null
2936 ? bigContentView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DMediaNotificationProcessorTest.java90 notification.bigContentView = remoteViews;
/frameworks/base/core/java/android/app/
H A DNotification.java349 public RemoteViews bigContentView; field in class:Notification
2181 bigContentView = RemoteViews.CREATOR.createFromParcel(parcel);
2303 if (heavy && this.bigContentView != null) {
2304 that.bigContentView = this.bigContentView.clone();
2344 if (bigContentView != null) bigContentView.visitUris(visitor);
2379 bigContentView = null;
2594 if (bigContentView != null) {
2596 bigContentView
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationInflater.java504 RemoteViews bigContentView = builder.createBigContentView();
505 if (bigContentView != null) {
506 return bigContentView;
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java146 assertNotNull(before.bigContentView);
149 assertNull(after.bigContentView);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1259 View bigContentView = mExpandedChild;
1260 if (bigContentView != null) {
1261 mExpandedRemoteInput = applyRemoteInput(bigContentView, entry, hasRemoteInput,
H A DNotificationEntryManager.java601 newNotification.bigContentView = sbn.getNotification().bigContentView;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java467 sbn.getNotification().bigContentView = null;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java455 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView));
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java227 * <li>{@link Notification#bigContentView bigContentView}</li>
1188 // Some styles wrap Notification's contentView, bigContentView and headsUpContentView.
1195 notification.bigContentView = big;

Completed in 248 milliseconds