Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarLaunchAnimatorController.kt35 override fun onLaunchAnimationProgress( in <lambda>() method
40 delegate.onLaunchAnimationProgress(state, progress, linearProgress) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorControllerTest.kt39 controller.onLaunchAnimationProgress(state, progress = 0f, linearProgress = 0f) in animatingOrphanViewDoesNotCrash()
DActivityLaunchAnimatorTest.kt234 override fun onLaunchAnimationProgress( in onLaunchAnimationProgress() method in com.android.systemui.animation.TestLaunchAnimatorController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationLaunchAnimatorController.kt159 override fun onLaunchAnimationProgress( in onLaunchAnimationProgress() method in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorController
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt294 fun onLaunchAnimationProgress(state: State, progress: Float, linearProgress: Float) {} in <lambda>() method
561 controller.onLaunchAnimationProgress(state, progress, linearProgress) in <lambda>()
DGhostedViewLaunchAnimatorController.kt146 override fun onLaunchAnimationProgress( in onLaunchAnimationProgress() method in com.android.systemui.animation.GhostedViewLaunchAnimatorController