Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt31 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
32 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)
34 statusBar.onLaunchAnimationEnd(isExpandingFullyAbove)
H A DStatusBar.java1761 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in startActivity()
1767 getDelegate().onLaunchAnimationEnd(isExpandingFullyAbove); in startActivity()
1901 public void onLaunchAnimationEnd(boolean launchIsFullScreen) { in onLaunchAnimationEnd() method
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt498 onLaunchAnimationEnd = {
586 onLaunchAnimationEnd = {
612 onLaunchAnimationEnd: () -> Unit = {}
646 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
647 startViewController.onLaunchAnimationEnd(isExpandingFullyAbove)
648 endViewController.onLaunchAnimationEnd(isExpandingFullyAbove)
650 onLaunchAnimationEnd()
H A DLaunchAnimator.kt113 fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {} regex
276 controller.onLaunchAnimationEnd(isExpandingFullyAbove)
H A DActivityLaunchAnimator.kt403 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
406 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)
H A DGhostedViewLaunchAnimatorController.kt252 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorControllerTest.kt40 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
H A DActivityLaunchAnimatorTest.kt245 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java181 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar() method in StatusBarWindowController
182 getDelegate().onLaunchAnimationEnd(isExpandingFullyAbove); in wrapAnimationControllerIfInStatusBar()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt85 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt144 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaControlPanel.java540 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in buildLaunchAnimatorController() method in MediaControlPanel
541 super.onLaunchAnimationEnd(isExpandingFullyAbove); in buildLaunchAnimatorController()