Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelper.kt41 val visibleStackChildren = in findRoundableTargets() constant
58 ?: visibleStackChildren.indexOf(notificationParent).let { in findRoundableTargets()
59 visibleStackChildren.getOrNull(it + 1) in findRoundableTargets()
64 val indexOfSwipedView = visibleStackChildren.indexOf(viewSwiped) in findRoundableTargets()
67 visibleStackChildren.getOrNull(indexOfSwipedView - 1)?.takeIf { in findRoundableTargets()
72 visibleStackChildren.getOrNull(indexOfSwipedView + 1)?.takeIf { in findRoundableTargets()