Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelper.kt49 val visibleGroupChildren = childrenContainer.attachedChildren.filter { it.isVisible } in findRoundableTargets() constant
50 val indexOfParentSwipedView = visibleGroupChildren.indexOf(viewSwiped) in findRoundableTargets()
53 visibleGroupChildren.getOrNull(indexOfParentSwipedView - 1) in findRoundableTargets()
57 visibleGroupChildren.getOrNull(indexOfParentSwipedView + 1) in findRoundableTargets()