Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DFadeOutRemoteTransition.kt41 val closingControls: MutableList<SurfaceControl> = mutableListOf() in startAnimation() constant
45 closingControls.add(chg.leash) in startAnimation()
52 closingControls.forEach { t.setAlpha(it, anim.animatedValue as Float) } in startAnimation()
59 closingControls.forEach { t.hide(it) } in startAnimation()