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