Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java86 ExpandableNotificationRow pickedChild = (ExpandableNotificationRow) child; in onInterceptTouchEvent() local
88 && pickedChild.isHeadsUp() && pickedChild.isPinned(); in onInterceptTouchEvent()
90 mPickedChild = pickedChild; in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3346 private void updateTrackingHeadsUp(@Nullable ExpandableNotificationRow pickedChild) {
3347 mTrackedHeadsUpNotification = pickedChild;
3350 listener.accept(pickedChild);
5355 public void setTrackedHeadsUp(ExpandableNotificationRow pickedChild) {
5356 if (pickedChild != null) {
5357 mShadeHeadsUpTracker.updateTrackingHeadsUp(pickedChild);