Home
last modified time | relevance | path

Searched defs:headsUp (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java171 public void showNotification(NotificationData.Entry headsUp) { in showNotification()
181 public void updateNotification(NotificationData.Entry headsUp, boolean alert) { in updateNotification()
729 void onHeadsUpPinned(ExpandableNotificationRow headsUp); in onHeadsUpPinned()
734 void onHeadsUpUnPinned(ExpandableNotificationRow headsUp); in onHeadsUpUnPinned()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java366 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
370 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
DScrimController.java418 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
424 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
DNotificationPanelView.java2176 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
2181 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
DPhoneStatusBar.java2441 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
2446 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java875 public void setHeadsUp(boolean headsUp) { in setHeadsUp()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java855 RemoteViews headsUp = builder.createHeadsUpContentView(); in maybePopulateRemoteViews() local