Searched refs:headsUpContentView (Results 1 – 7 of 7) sorted by relevance
166 if (n.headsUpContentView != null) { in showInvalidChargerNotification()167 n.headsUpContentView.setViewVisibility(com.android.internal.R.id.right_icon, View.GONE); in showInvalidChargerNotification()204 if (n.headsUpContentView != null) { in showWarningNotification()205 n.headsUpContentView.setViewVisibility(com.android.internal.R.id.right_icon, View.GONE); in showWarningNotification()
265 public RemoteViews headsUpContentView; field in Notification1412 headsUpContentView = RemoteViews.CREATOR.createFromParcel(parcel); in Notification()1509 if (heavy && this.headsUpContentView != null) { in cloneInto()1510 that.headsUpContentView = this.headsUpContentView.clone(); in cloneInto()1536 headsUpContentView = null; in lightenPayload()1668 if (headsUpContentView != null) { in writeToParcel()1670 headsUpContentView.writeToParcel(parcel, 0); in writeToParcel()3273 n.headsUpContentView instanceof BuilderRemoteViews && in stripForDelivery()3275 n.headsUpContentView.getSequenceNumber()) { in stripForDelivery()3276 n.headsUpContentView = null; in stripForDelivery()[all …]
1307 bigContentView = sbn.getNotification().headsUpContentView;1850 … final RemoteViews oldHeadsUpContentView = oldNotification.getNotification().headsUpContentView;1851 final RemoteViews headsUpContentView = n.headsUpContentView;1891 (oldHeadsUpContentView == null && headsUpContentView == null)1892 || ((oldHeadsUpContentView != null && headsUpContentView != null)1893 && headsUpContentView.getPackage() != null1895 && oldHeadsUpContentView.getPackage().equals(headsUpContentView.getPackage())1896 && oldHeadsUpContentView.getLayoutId() == headsUpContentView.getLayoutId());2037 ? notification.getNotification().headsUpContentView
952 NO DOC BLOCK: android.app.Notification Field headsUpContentView
1477 NO DOC BLOCK: android.app.Notification Field headsUpContentView
4726 field public android.widget.RemoteViews headsUpContentView;
4636 field public android.widget.RemoteViews headsUpContentView;