Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSlideInRemoteTransition.kt52 val closingStartBounds: HashMap<SurfaceControl, Rect> = HashMap() in startAnimation() constant
63 closingStartBounds[leash] = chg.startAbsBounds in startAnimation()
75 closingStartBounds.keys.forEach { in startAnimation()
78 val startBounds = closingStartBounds[it] in startAnimation()