Home
last modified time | relevance | path

Searched refs:isLaunchForActivity (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt13 private val isLaunchForActivity: Boolean = true
48 statusBar.onLaunchAnimationCancelled(isLaunchForActivity)
H A DStatusBar.java1891 public void onLaunchAnimationCancelled(boolean isLaunchForActivity) { in onLaunchAnimationCancelled() argument
1893 && isLaunchForActivity) { in onLaunchAnimationCancelled()