Searched refs:expandingNotification (Results 1 – 1 of 1) sorted by relevance
328 ExpandableNotificationRow expandingNotification = ambientState.getExpandingNotification(); in initAlgorithmState() local329 state.indexOfExpandingNotification = expandingNotification != null in initAlgorithmState()330 ? expandingNotification.isChildInGroup() in initAlgorithmState()331 ? state.visibleChildren.indexOf(expandingNotification.getNotificationParent()) in initAlgorithmState()332 : state.visibleChildren.indexOf(expandingNotification) in initAlgorithmState()