Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt559 val isBelowAnimatingWindow: Boolean constant
1077 fadeWindowBackgroundLayer = !controller.isBelowAnimatingWindow, in startAnimation()
1078 drawHole = !controller.isBelowAnimatingWindow, in startAnimation()
1165 if (controller.isBelowAnimatingWindow) { in applyStateToWindow()