Home
last modified time | relevance | path

Searched defs:headsUp (Results 1 – 8 of 8) 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.java364 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
368 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
DScrimController.java450 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
456 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
DNotificationPanelView.java2181 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
2186 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
DPhoneStatusBar.java2547 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
2552 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompat.java306 RemoteViews headsUp = b.getHeadsUpContentView(); in addDecoratedHeadsUpToBuilder() local
/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