Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java165 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1273 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() != null
1977 && oldHeadsUpContentView.getPackage().equals(headsUpContentView.getPackage())
1978 && oldHeadsUpContentView.getLayoutId() == headsUpContentView.getLayoutId());
[all …]
/frameworks/base/core/java/android/app/
DNotification.java271 public RemoteViews headsUpContentView; field in Notification
1477 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 …]
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1477 NO DOC BLOCK: android.app.Notification Field headsUpContentView
/frameworks/base/api/
Dcurrent.txt4782 field public android.widget.RemoteViews headsUpContentView;
Dsystem-current.txt4899 field public android.widget.RemoteViews headsUpContentView;