Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimator.kt544 val endedOutOfBounds = finalValue !in flingMin..flingMax regex
548 if (endedWithVelocity || endedOutOfBounds) {
561 } else if (endedOutOfBounds) {