HomeSort by relevance Sort by last modified time
    Searched full:expandingnotification (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 329 ExpandableNotificationRow expandingNotification = ambientState.getExpandingNotification();
330 state.indexOfExpandingNotification = expandingNotification != null
331 ? expandingNotification.isChildInGroup()
332 ? state.visibleChildren.indexOf(expandingNotification.getNotificationParent())
333 : state.visibleChildren.indexOf(expandingNotification)

Completed in 109 milliseconds