Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt92 val roundedTopClipping = (clipStartLocation - location[1]).coerceAtLeast(0) in createAnimatorState() constant
93 val windowTop = location[1] + roundedTopClipping in createAnimatorState()
95 if (roundedTopClipping > 0) { in createAnimatorState()
121 params.startRoundedTopClipping = roundedTopClipping in createAnimatorState()