Home
last modified time | relevance | path

Searched defs:startVelocity (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DPhysicsAnimator.kt851 internal var startVelocity: Float = 0f, variable in com.android.wm.shell.animation.SpringConfig
883 internal var startVelocity: Float variable in com.android.wm.shell.animation.FlingConfig
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java521 private void startSpringAnimation(float startVelocity) { in startSpringAnimation()