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.java2086 private void notifyListenersTrackingHeadsUp(ExpandableNotificationRow pickedChild) { in notifyListenersTrackingHeadsUp() argument
2090 listener.accept(pickedChild); in notifyListenersTrackingHeadsUp()
2655 public void setTrackedHeadsUp(ExpandableNotificationRow pickedChild) { in setTrackedHeadsUp() argument
2656 if (pickedChild != null) { in setTrackedHeadsUp()
2657 notifyListenersTrackingHeadsUp(pickedChild); in setTrackedHeadsUp()