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/stack/
DStackScrollAlgorithm.java329 ExpandableNotificationRow expandingNotification = ambientState.getExpandingNotification(); in initAlgorithmState() local
330 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()