Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeController.java162 void onLaunchAnimationCancelled(boolean isLaunchForActivity); in onLaunchAnimationCancelled() method
H A DShadeControllerImpl.java298 public void onLaunchAnimationCancelled(boolean isLaunchForActivity) { in onLaunchAnimationCancelled() method in ShadeControllerImpl
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt362 fun onLaunchAnimationCancelled() {} regex
443 fun onLaunchAnimationCancelled(newKeyguardOccludedState: Boolean? = null) {} regex