Home
last modified time | relevance | path

Searched defs:onLaunchAnimationCancelled (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarLaunchAnimatorController.kt59 override fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean?) { in <lambda>() method
DActivityStarterImpl.kt727 override fun onLaunchAnimationCancelled( in <lambda>() method
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt154 override fun onLaunchAnimationCancelled() { in onLaunchAnimationCancelled() method
362 fun onLaunchAnimationCancelled() {} in onLaunchAnimationCancelled() method
443 fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean? = null) {} in onLaunchAnimationCancelled() method
472 override fun onLaunchAnimationCancelled() { in onLaunchAnimationCancelled() method in com.android.systemui.animation.DelegatingAnimationCompletionListener
DDialogLaunchAnimator.kt403 override fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean?) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerEmptyImpl.kt67 override fun onLaunchAnimationCancelled(isLaunchForActivity: Boolean) {} in onLaunchAnimationCancelled() method in com.android.systemui.shade.ShadeControllerEmptyImpl
DShadeController.java162 void onLaunchAnimationCancelled(boolean isLaunchForActivity); in onLaunchAnimationCancelled() method
DShadeControllerImpl.java298 public void onLaunchAnimationCancelled(boolean isLaunchForActivity) { in onLaunchAnimationCancelled() method in ShadeControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationLaunchAnimatorController.kt178 override fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean?) { in onLaunchAnimationCancelled() method in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityLaunchAnimatorTest.kt281 override fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean?) { in onLaunchAnimationCancelled() method in com.android.systemui.animation.TestLaunchAnimatorController