Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java672 final float normPivotY = (pivotY - spec.offsetY) / oldScale; in setScale() local
674 final float offsetY = (oldCenterY - normPivotY) * (oldScale / scale); in setScale()
676 final float centerY = normPivotY + offsetY; in setScale()