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.java1835 private void notifyListenersTrackingHeadsUp(ExpandableNotificationRow pickedChild) { in notifyListenersTrackingHeadsUp() argument
1839 listener.accept(pickedChild); in notifyListenersTrackingHeadsUp()
2445 public void setTrackedHeadsUp(ExpandableNotificationRow pickedChild) { in setTrackedHeadsUp() argument
2446 if (pickedChild != null) { in setTrackedHeadsUp()
2447 notifyListenersTrackingHeadsUp(pickedChild); in setTrackedHeadsUp()