Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt492 onLaunchAnimationStart = {
582 onLaunchAnimationStart = {
611 onLaunchAnimationStart: () -> Unit = {},
636 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
640 onLaunchAnimationStart()
642 startViewController.onLaunchAnimationStart(isExpandingFullyAbove)
643 endViewController.onLaunchAnimationStart(isExpandingFullyAbove)
H A DLaunchAnimator.kt103 fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {} regex
264 controller.onLaunchAnimationStart(isExpandingFullyAbove)
H A DActivityLaunchAnimator.kt398 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
400 delegate.onLaunchAnimationStart(isExpandingFullyAbove)
H A DGhostedViewLaunchAnimatorController.kt148 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt22 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
23 delegate.onLaunchAnimationStart(isExpandingFullyAbove)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt162 verify(controller, never()).onLaunchAnimationStart(anyBoolean())
172 verify(controller, never()).onLaunchAnimationStart(anyBoolean())
181 verify(controller).onLaunchAnimationStart(anyBoolean())
233 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
H A DGhostedViewLaunchAnimatorControllerTest.kt38 controller.onLaunchAnimationStart(isExpandingFullyAbove = true)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java175 public void onLaunchAnimationStart(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar()
176 getDelegate().onLaunchAnimationStart(isExpandingFullyAbove); in wrapAnimationControllerIfInStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt136 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {