Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2390 private void notifyListenersTrackingHeadsUp(ExpandableNotificationRow pickedChild) { in notifyListenersTrackingHeadsUp() argument
2394 listener.accept(pickedChild); in notifyListenersTrackingHeadsUp()
2998 public void setTrackedHeadsUp(ExpandableNotificationRow pickedChild) { in setTrackedHeadsUp() argument
2999 if (pickedChild != null) { in setTrackedHeadsUp()
3000 notifyListenersTrackingHeadsUp(pickedChild); in setTrackedHeadsUp()