Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java170 public void showNotification(NotificationData.Entry headsUp) { in showNotification()
181 public void updateNotification(NotificationData.Entry headsUp, boolean alert) { in updateNotification()
626 void onHeadsUpPinned(ExpandableNotificationRow headsUp); in onHeadsUpPinned()
631 void onHeadsUpUnPinned(ExpandableNotificationRow headsUp); in onHeadsUpUnPinned()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java382 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
388 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
DNotificationPanelView.java2303 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
2308 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
DPhoneStatusBar.java1988 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned()
1993 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java429 public void setHeadsUp(boolean headsUp) { in setHeadsUp()