Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelper.kt32 viewSwiped: ExpandableNotificationRow, in findRoundableTargets()
39 val notificationParent = viewSwiped.notificationParent in findRoundableTargets()
50 val indexOfParentSwipedView = visibleGroupChildren.indexOf(viewSwiped) in findRoundableTargets()
64 val indexOfSwipedView = visibleStackChildren.indexOf(viewSwiped) in findRoundableTargets()
68 !sectionsManager.beginsSection(viewSwiped, it) in findRoundableTargets()
73 !sectionsManager.beginsSection(it, viewSwiped) in findRoundableTargets()
79 swiped = viewSwiped, in findRoundableTargets()
DNotificationRoundnessManager.java72 ExpandableView viewSwiped, in setViewsAffectedBySwipe() argument
89 mSwipedView = viewSwiped; in setViewsAffectedBySwipe()
90 if (viewSwiped != null) { in setViewsAffectedBySwipe()
91 oldViews.remove(viewSwiped); in setViewsAffectedBySwipe()
92 viewSwiped.requestRoundness(/* top = */ 1f, /* bottom = */ 1f, DISMISS_ANIMATION); in setViewsAffectedBySwipe()
DNotificationStackScrollLayout.java5574 void onSwipeBegin(View viewSwiped) { in onSwipeBegin() argument
5575 if (!(viewSwiped instanceof ExpandableNotificationRow)) { in onSwipeBegin()
5584 (ExpandableNotificationRow) viewSwiped, in onSwipeBegin()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelperTest.kt43 viewSwiped = swiped, in notificationTargetsHelper()
65 viewSwiped = swiped, in targetsForMiddleNotificationInGroup()
87 viewSwiped = swiped, in targetsForLastNotificationInGroup()