Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java238 return mCurrentMagnificationSpec.scale; in getScale()
242 return mCurrentMagnificationSpec.offsetX; in getOffsetX()
246 return mCurrentMagnificationSpec.offsetY; in getOffsetY()
356 mCurrentMagnificationSpec.offsetX, mCurrentMagnificationSpec.offsetY)) { in updateMagnificationRegion()
357 sendSpecToAnimation(mCurrentMagnificationSpec, null); in updateMagnificationRegion()
534 final MagnificationSpec spec = mCurrentMagnificationSpec; in reset()
560 final MagnificationSpec spec = mCurrentMagnificationSpec; in setScale()
681 mCurrentMagnificationSpec.scale = normScale; in updateMagnificationSpecLocked()
712 sendSpecToAnimation(mCurrentMagnificationSpec, null); in offsetMagnifiedRegion()
725 mCurrentMagnificationSpec.offsetX = offsetX; in updateCurrentSpecWithOffsetsLocked()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java80 private final SparseArray<MagnificationSpec> mCurrentMagnificationSpec = new SparseArray<>(); field in AccessibilityWindowsPopulator
249 MagnificationSpec currentMagnificationSpec = mCurrentMagnificationSpec.get(displayId); in setMagnificationSpec()
253 mCurrentMagnificationSpec.put(displayId, currentMagnificationSpec); in setMagnificationSpec()
365 final MagnificationSpec currentSpec = mCurrentMagnificationSpec.get(displayId); in findMagnificationSpecInverseMatrixIfNeeded()
459 mCurrentMagnificationSpec.remove(inputWindowHandle.displayId); in generateMagnificationSpecInverseMatrix()
592 dumpSparseArray(pw, prefix2, mCurrentMagnificationSpec, "current magnification spec", in dump()
604 mCurrentMagnificationSpec.clear(); in releaseResources()