Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java77 private final SparseArray<Matrix> mMagnificationSpecInverseMatrix = new SparseArray<>(); field in AccessibilityWindowsPopulator
125 inverseMatrix.set(mMagnificationSpecInverseMatrix.get(displayId)); in populateVisibleWindowsOnScreenLocked()
377 mMagnificationSpecInverseMatrix.put(displayId, inverseMatrixForCurrentSpec); in findMagnificationSpecInverseMatrixIfNeeded()
460 mMagnificationSpecInverseMatrix.remove(inputWindowHandle.displayId); in generateMagnificationSpecInverseMatrix()
468 mMagnificationSpecInverseMatrix.put(inputWindowHandle.displayId, in generateMagnificationSpecInverseMatrix()
590 dumpSparseArray(pw, prefix2, mMagnificationSpecInverseMatrix, "magnification spec matrix", in dump()
601 mMagnificationSpecInverseMatrix.clear(); in releaseResources()