Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java685 final float nonNormOffsetX = mMagnificationBounds.width() / 2.0f in updateMagnificationSpecLocked() local
689 changed |= updateCurrentSpecWithOffsetsLocked(nonNormOffsetX, nonNormOffsetY); in updateMagnificationSpecLocked()
704 final float nonNormOffsetX = mCurrentMagnificationSpec.offsetX - offsetX; in offsetMagnifiedRegion() local
706 if (updateCurrentSpecWithOffsetsLocked(nonNormOffsetX, nonNormOffsetY)) { in offsetMagnifiedRegion()
715 boolean updateCurrentSpecWithOffsetsLocked(float nonNormOffsetX, float nonNormOffsetY) { in updateCurrentSpecWithOffsetsLocked() argument
718 "updateCurrentSpecWithOffsetsLocked(nonNormOffsetX = " + nonNormOffsetX in updateCurrentSpecWithOffsetsLocked()
723 nonNormOffsetX, getMinOffsetXLocked(), getMaxOffsetXLocked()); in updateCurrentSpecWithOffsetsLocked()