Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java166 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()
/frameworks/base/core/java/android/app/
DNotification.java265 public RemoteViews headsUpContentView; field in Notification
1412 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1307 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() != null
1895 && oldHeadsUpContentView.getPackage().equals(headsUpContentView.getPackage())
1896 && oldHeadsUpContentView.getLayoutId() == headsUpContentView.getLayoutId());
2037 ? notification.getNotification().headsUpContentView
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt952 NO DOC BLOCK: android.app.Notification Field headsUpContentView
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1477 NO DOC BLOCK: android.app.Notification Field headsUpContentView
/frameworks/base/api/
Dsystem-current.txt4726 field public android.widget.RemoteViews headsUpContentView;
Dcurrent.txt4636 field public android.widget.RemoteViews headsUpContentView;