Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarLaunchAnimatorController.kt54 override fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean?) { in <lambda>() method
DCentralSurfaces.java267 void onLaunchAnimationCancelled(boolean isLaunchForActivity); in onLaunchAnimationCancelled() method
DCentralSurfacesImpl.java1916 public void onLaunchAnimationCancelled(boolean isLaunchForActivity) { in onLaunchAnimationCancelled() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationLaunchAnimatorController.kt140 override fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean?) { in onLaunchAnimationCancelled() method in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorController
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt406 fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean? = null) {} in onLaunchAnimationCancelled() method
DDialogLaunchAnimator.kt403 override fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean?) { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityLaunchAnimatorTest.kt276 override fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean?) { in onLaunchAnimationCancelled() method in com.android.systemui.animation.TestLaunchAnimatorController