Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java687 final float nonNormOffsetY = mMagnificationBounds.height() / 2.0f in updateMagnificationSpecLocked() local
689 changed |= updateCurrentSpecWithOffsetsLocked(nonNormOffsetX, nonNormOffsetY); in updateMagnificationSpecLocked()
705 final float nonNormOffsetY = mCurrentMagnificationSpec.offsetY - offsetY; in offsetMagnifiedRegion() local
706 if (updateCurrentSpecWithOffsetsLocked(nonNormOffsetX, nonNormOffsetY)) { in offsetMagnifiedRegion()
715 boolean updateCurrentSpecWithOffsetsLocked(float nonNormOffsetX, float nonNormOffsetY) { in updateCurrentSpecWithOffsetsLocked() argument
719 + ", nonNormOffsetY = " + nonNormOffsetY + ")"); in updateCurrentSpecWithOffsetsLocked()
729 nonNormOffsetY, getMinOffsetYLocked(), getMaxOffsetYLocked()); in updateCurrentSpecWithOffsetsLocked()