Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt214 val animProgress = ActivityLaunchAnimator.ExpandAnimationParameters() in <lambda>() constant
215 animProgress.linearProgress = 1f in <lambda>()
216 notificationShadeDepthController.notificationLaunchAnimationParams = animProgress in <lambda>()
256 val animProgress = ActivityLaunchAnimator.ExpandAnimationParameters() in <lambda>() constant
257 animProgress.linearProgress = 0.5f in <lambda>()
258 notificationShadeDepthController.notificationLaunchAnimationParams = animProgress in <lambda>()
265 val animProgress = ActivityLaunchAnimator.ExpandAnimationParameters() in <lambda>() constant
266 animProgress.linearProgress = 0.5f in <lambda>()
269 notificationShadeDepthController.notificationLaunchAnimationParams = animProgress in <lambda>()