Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt159 fun setIsLaunchAnimationRunning(running: Boolean) in expand() method
DShadeViewControllerEmptyImpl.kt61 override fun setIsLaunchAnimationRunning(running: Boolean) {} in setIsLaunchAnimationRunning() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationPanelViewController.java2901 public void setIsLaunchAnimationRunning(boolean running) { in setIsLaunchAnimationRunning() method in NotificationPanelViewController