Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java396 if (updateCurrentSpecWithOffsetsLocked( in updateMagnificationRegion()
802 changed |= updateCurrentSpecWithOffsetsLocked(nonNormOffsetX, nonNormOffsetY); in updateMagnificationSpecLocked()
819 if (updateCurrentSpecWithOffsetsLocked(nonNormOffsetX, nonNormOffsetY)) { in offsetMagnifiedRegion()
885 boolean updateCurrentSpecWithOffsetsLocked(float nonNormOffsetX, float nonNormOffsetY) { in updateCurrentSpecWithOffsetsLocked() method in FullScreenMagnificationController.DisplayMagnification