Searched refs:pickedChild (Results 1 – 2 of 2) sorted by relevance
86 ExpandableNotificationRow pickedChild = (ExpandableNotificationRow) child; in onInterceptTouchEvent() local88 && pickedChild.isHeadsUp() && pickedChild.isPinned(); in onInterceptTouchEvent()90 mPickedChild = pickedChild; in onInterceptTouchEvent()
3346 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);