Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/animation/
DPhysicsAnimator.kt471 for (animatedProperty in getAnimatedProperties()) { in startInternal() constant
472 val flingConfig = flingConfigs[animatedProperty] in startInternal()
473 val springConfig = springConfigs[animatedProperty] in startInternal()
476 val currentValue = animatedProperty.getValue(target) in startInternal()
497 cancel(animatedProperty) in startInternal()
500 getFlingAnimation(animatedProperty, target) in startInternal()
511 val springAnim = getSpringAnimation(animatedProperty, target) in startInternal()
535 if (property != animatedProperty || !wasFling || canceled) { in startInternal()
569 getSpringAnimation(animatedProperty, target) in startInternal()