Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt24 statusBar.notificationPanelViewController.setIsLaunchAnimationRunning(true)
33 statusBar.notificationPanelViewController.setIsLaunchAnimationRunning(false)
H A DPanelViewController.java1127 public void setIsLaunchAnimationRunning(boolean running) { in setIsLaunchAnimationRunning() method in PanelViewController