Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt46 private var animationStartState: TransitionViewState? = null variable in com.android.systemui.util.animation.TransitionLayoutController
63 if (animationStartState == null || !animator.isRunning) { in updateStateFromAnimation()
67 startState = animationStartState!!, in updateStateFromAnimation()
283 animationStartState = currentState.copy() in setState()