Searched refs:headsUpContentView (Results 1 – 12 of 12) sorted by relevance
379 public RemoteViews headsUpContentView; field in Notification2285 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 …]
116 notification.headsUpContentView = remoteViews; in testRemoteViewsReset()
557 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in rebuildNotificationWithRemoteInput()
147 assertNotNull(before.headsUpContentView); in testStripsRemoteViewsInLowRamMode()150 assertNull(after.headsUpContentView); in testStripsRemoteViewsInLowRamMode()
1205 View headsUpContentView = mHeadsUpChild;1206 if (headsUpContentView != null) {1208 headsUpContentView, entry, hasFreeformRemoteInput,
485 + formatRemoteViews(notification.headsUpContentView)); in dump()1300 || notification.headsUpContentView != null; in hasUndecoratedRemoteView()
368 sbn.getNotification().headsUpContentView = null; in makeMockFgSBN()
1240 notification.headsUpContentView = headsUp; in maybePopulateRemoteViews()
284 DeprecationMismatch: android.app.Notification#headsUpContentView:
5392 field @Deprecated public android.widget.RemoteViews headsUpContentView;
4636 field public android.widget.RemoteViews headsUpContentView;