Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt168 verify(controller, never()).onLaunchAnimationStart(anyBoolean())
170 verify(listener, never()).onLaunchAnimationStart()
181 verify(controller, never()).onLaunchAnimationStart(anyBoolean())
183 verify(listener, never()).onLaunchAnimationStart()
192 verify(listener).onLaunchAnimationStart()
193 verify(controller).onLaunchAnimationStart(anyBoolean())
265 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
H A DGhostedViewLaunchAnimatorControllerTest.kt39 controller.onLaunchAnimationStart(isExpandingFullyAbove = true)
H A DDialogLaunchAnimatorTest.kt132 controller.onLaunchAnimationStart(isExpandingFullyAbove = true)
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt142 override fun onLaunchAnimationStart() {
143 listeners.forEach { it.onLaunchAnimationStart() }
349 @JvmDefault fun onLaunchAnimationStart() {}
457 override fun onLaunchAnimationStart() {
458 delegate?.onLaunchAnimationStart()
708 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
709 listener?.onLaunchAnimationStart()
718 delegate.onLaunchAnimationStart(isExpandingFullyAbove)
H A DDialogLaunchAnimator.kt409 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
410 controller.onLaunchAnimationStart(isExpandingFullyAbove)
864 onLaunchAnimationStart = {
889 onLaunchAnimationStart: () -> Unit = {},
922 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
926 onLaunchAnimationStart()
928 startController.onLaunchAnimationStart(isExpandingFullyAbove)
929 endController.onLaunchAnimationStart(isExpandingFullyAbove)
H A DViewDialogLaunchAnimatorController.kt65 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
70 delegate.onLaunchAnimationStart(isExpandingFullyAbove)
H A DLaunchAnimator.kt112 fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {} regex
290 controller.onLaunchAnimationStart(isExpandingFullyAbove)
H A DGhostedViewLaunchAnimatorController.kt201 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt35 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
36 delegate.onLaunchAnimationStart(isExpandingFullyAbove)
H A DActivityStarterImpl.kt696 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
697 super.onLaunchAnimationStart(isExpandingFullyAbove)
H A DCentralSurfacesImpl.java3667 public void onLaunchAnimationStart() {
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
H A DExpandableController.kt263 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
264 delegate.onLaunchAnimationStart(isExpandingFullyAbove)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java195 public void onLaunchAnimationStart(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar()
196 getDelegate().onLaunchAnimationStart(isExpandingFullyAbove); in wrapAnimationControllerIfInStatusBar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt191 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewControllerLegacy.kt186 override fun onLaunchAnimationStart() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java952 public void onLaunchAnimationStart(boolean isExpandingFullyAbove) {