Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java195 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DLaunchAnimator.kt255 val isExpandingFullyAbove = isExpandingFullyAbove(launchContainer, endState) in <lambda>() constant
390 internal fun isExpandingFullyAbove(launchContainer: View, endState: State): Boolean { in <lambda>() method in com.android.systemui.animation.LaunchAnimator
DActivityLaunchAnimator.kt548 val isExpandingFullyAbove = in startAnimation() constant