Home
last modified time | relevance | path

Searched refs:setIsLaunchAnimationRunning (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt29 shadeViewController.setIsLaunchAnimationRunning(true)
37 shadeViewController.setIsLaunchAnimationRunning(true)
46 shadeViewController.setIsLaunchAnimationRunning(false)
61 shadeViewController.setIsLaunchAnimationRunning(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt61 override fun setIsLaunchAnimationRunning(running: Boolean) {}
H A DShadeViewController.kt159 fun setIsLaunchAnimationRunning(running: Boolean) regex
H A DNotificationPanelViewController.java2901 public void setIsLaunchAnimationRunning(boolean running) { in setIsLaunchAnimationRunning() method in NotificationPanelViewController