Home
last modified time | relevance | path

Searched defs:onLaunchAnimationEnd (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java181 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar() method in StatusBarWindowController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaControlPanel.java540 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in buildLaunchAnimatorController() method in MediaControlPanel
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DLaunchAnimator.kt113 fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {} regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1901 public void onLaunchAnimationEnd(boolean launchIsFullScreen) { in onLaunchAnimationEnd() method