Searched refs:closingControls (Results 1 – 1 of 1) sorted by relevance
41 val closingControls: MutableList<SurfaceControl> = mutableListOf() in startAnimation() constant45 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()