Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt19 private val isLaunchForActivity: Boolean = true
62 shadeController.onLaunchAnimationCancelled(isLaunchForActivity)
H A DActivityStarterImpl.kt460 isLaunchForActivity = true,
588 isLaunchForActivity = intent.isActivity,
684 isLaunchForActivity = true,
880 isLaunchForActivity: Boolean,
904 isLaunchForActivity
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerEmptyImpl.kt67 override fun onLaunchAnimationCancelled(isLaunchForActivity: Boolean) {}
H A DShadeController.java162 void onLaunchAnimationCancelled(boolean isLaunchForActivity); in onLaunchAnimationCancelled() argument
H A DShadeControllerImpl.java298 public void onLaunchAnimationCancelled(boolean isLaunchForActivity) { in onLaunchAnimationCancelled() argument
301 && isLaunchForActivity) { in onLaunchAnimationCancelled()