Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationAnimationController.java219 final float endCenterY = in setupEnableAnimationSpecs() local
224 Float.isNaN(centerY) ? endCenterY : centerY); in setupEnableAnimationSpecs()