Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelper.kt50 val indexOfParentSwipedView = visibleGroupChildren.indexOf(viewSwiped) in findRoundableTargets() constant
53 visibleGroupChildren.getOrNull(indexOfParentSwipedView - 1) in findRoundableTargets()
57 visibleGroupChildren.getOrNull(indexOfParentSwipedView + 1) in findRoundableTargets()