Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelper.kt39 val notificationParent = viewSwiped.notificationParent in findRoundableTargets() constant
40 val childrenContainer = notificationParent?.childrenContainer in findRoundableTargets()
46 if (notificationParent != null && childrenContainer != null) { in findRoundableTargets()
58 ?: visibleStackChildren.indexOf(notificationParent).let { in findRoundableTargets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt124 val locationOnScreen = notification.notificationParent.locationOnScreen[1] in createAnimatorState()
128 val parentClip = notification.notificationParent.clipTopAmount in createAnimatorState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt181 whenever(view.notificationParent).thenReturn(parentView) in removeFromParent_keptForAnimation()
191 whenever(view.notificationParent).thenReturn(parentView) in removeFromParent_notKeptForAnimation()