Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DLaunchAnimator.kt233 var endCenterX = (endLeft + endRight) / 2f regex
249 endCenterX = (endLeft + endRight) / 2f
327 val xCenter = MathUtils.lerp(startCenterX, endCenterX, xProgress)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationAnimationController.java217 final float endCenterX = in setupEnableAnimationSpecs() local
223 Float.isNaN(centerX) ? endCenterX : centerX, in setupEnableAnimationSpecs()