Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt91 val clipStartLocation = notificationListContainer.topClippingStartLocation in createAnimatorState() constant
92 val roundedTopClipping = (clipStartLocation - location[1]).coerceAtLeast(0) in createAnimatorState()
125 val parentRoundedClip = (clipStartLocation - locationOnScreen).coerceAtLeast(0) in createAnimatorState()