Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java328 ExpandableNotificationRow expandingNotification = ambientState.getExpandingNotification(); in initAlgorithmState() local
329 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()