Home
last modified time | relevance | path

Searched refs:headsUpContentView (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java379 public RemoteViews headsUpContentView; field in Notification
2285 headsUpContentView = RemoteViews.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2416 if (heavy && this.headsUpContentView != null) { in cloneInto()
2417 that.headsUpContentView = this.headsUpContentView.clone(); in cloneInto()
2457 if (headsUpContentView != null) headsUpContentView.visitUris(visitor); in visitUris()
2494 headsUpContentView = null; in lightenPayload()
2715 if (headsUpContentView != null) { in writeToParcelImpl()
2717 headsUpContentView.writeToParcel(parcel, 0); in writeToParcelImpl()
2862 if (areRemoteViewsChanged(first.mN.headsUpContentView, second.mN.headsUpContentView)) { in areRemoteViewsChanged()
3939 mN.headsUpContentView = contentView; in setCustomHeadsUpContentView()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessorTest.java116 notification.headsUpContentView = remoteViews; in testRemoteViewsReset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java557 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in rebuildNotificationWithRemoteInput()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java147 assertNotNull(before.headsUpContentView); in testStripsRemoteViewsInLowRamMode()
150 assertNull(after.headsUpContentView); in testStripsRemoteViewsInLowRamMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1205 View headsUpContentView = mHeadsUpChild;
1206 if (headsUpContentView != null) {
1208 headsUpContentView, entry, hasFreeformRemoteInput,
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java485 + formatRemoteViews(notification.headsUpContentView)); in dump()
1300 || notification.headsUpContentView != null; in hasUndecoratedRemoteView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java368 sbn.getNotification().headsUpContentView = null; in makeMockFgSBN()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1240 notification.headsUpContentView = headsUp; in maybePopulateRemoteViews()
/frameworks/base/api/
Dlint-baseline.txt284 DeprecationMismatch: android.app.Notification#headsUpContentView:
Dcurrent.txt5392 field @Deprecated public android.widget.RemoteViews headsUpContentView;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4636 field public android.widget.RemoteViews headsUpContentView;
/frameworks/base/non-updatable-api/
Dcurrent.txt5392 field @Deprecated public android.widget.RemoteViews headsUpContentView;