Searched refs:headsUpContentView (Results 1 – 6 of 6) sorted by relevance
165 if (n.headsUpContentView != null) { in showInvalidChargerNotification()166 n.headsUpContentView.setViewVisibility(com.android.internal.R.id.right_icon, View.GONE); in showInvalidChargerNotification()203 if (n.headsUpContentView != null) { in showWarningNotification()204 n.headsUpContentView.setViewVisibility(com.android.internal.R.id.right_icon, View.GONE); in showWarningNotification()
1273 RemoteViews headsUpContentView = sbn.getNotification().headsUpContentView;1342 if (headsUpContentView != null) {1343 headsUpContentViewLocal = headsUpContentView.apply(1951 = oldNotification.getNotification().headsUpContentView;1952 final RemoteViews headsUpContentView = n.headsUpContentView;1973 (oldHeadsUpContentView == null && headsUpContentView == null)1974 || ((oldHeadsUpContentView != null && headsUpContentView != null)1975 && headsUpContentView.getPackage() != null1977 && oldHeadsUpContentView.getPackage().equals(headsUpContentView.getPackage())1978 && oldHeadsUpContentView.getLayoutId() == headsUpContentView.getLayoutId());[all …]
271 public RemoteViews headsUpContentView; field in Notification1477 headsUpContentView = RemoteViews.CREATOR.createFromParcel(parcel); in Notification()1574 if (heavy && this.headsUpContentView != null) { in cloneInto()1575 that.headsUpContentView = this.headsUpContentView.clone(); in cloneInto()1601 headsUpContentView = null; in lightenPayload()1742 if (headsUpContentView != null) { in writeToParcel()1744 headsUpContentView.writeToParcel(parcel, 0); in writeToParcel()3442 n.headsUpContentView instanceof BuilderRemoteViews && in stripForDelivery()3444 n.headsUpContentView.getSequenceNumber()) { in stripForDelivery()3445 n.headsUpContentView = null; in stripForDelivery()[all …]
1477 NO DOC BLOCK: android.app.Notification Field headsUpContentView
4782 field public android.widget.RemoteViews headsUpContentView;
4899 field public android.widget.RemoteViews headsUpContentView;