Home
last modified time | relevance | path

Searched defs:onLaunchAnimationStart (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarLaunchAnimatorController.kt21 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationLaunchAnimatorController.kt135 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) { in onLaunchAnimationStart() method in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityLaunchAnimatorTest.kt230 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) { in onLaunchAnimationStart() method in com.android.systemui.animation.TestLaunchAnimatorController
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt118 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) { in onLaunchAnimationStart() method in com.android.systemui.animation.GhostedViewLaunchAnimatorController
DActivityLaunchAnimator.kt291 fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {} in <lambda>() method