Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java800 final float nonNormOffsetY = mMagnificationBounds.height() / 2.0f in updateMagnificationSpecLocked() local
802 changed |= updateCurrentSpecWithOffsetsLocked(nonNormOffsetX, nonNormOffsetY); in updateMagnificationSpecLocked()
818 final float nonNormOffsetY = mCurrentMagnificationSpec.offsetY - offsetY; in offsetMagnifiedRegion() local
819 if (updateCurrentSpecWithOffsetsLocked(nonNormOffsetX, nonNormOffsetY)) { in offsetMagnifiedRegion()
885 boolean updateCurrentSpecWithOffsetsLocked(float nonNormOffsetX, float nonNormOffsetY) { in updateCurrentSpecWithOffsetsLocked() argument
889 + ", nonNormOffsetY = " + nonNormOffsetY + ")"); in updateCurrentSpecWithOffsetsLocked()
899 nonNormOffsetY, getMinOffsetYLocked(), getMaxOffsetYLocked()); in updateCurrentSpecWithOffsetsLocked()