Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java375 final Matrix inverseMatrixForCurrentSpec = new Matrix(); in findMagnificationSpecInverseMatrixIfNeeded() local
376 generateInverseMatrix(currentMagnificationSpec, inverseMatrixForCurrentSpec); in findMagnificationSpecInverseMatrixIfNeeded()
377 mMagnificationSpecInverseMatrix.put(displayId, inverseMatrixForCurrentSpec); in findMagnificationSpecInverseMatrixIfNeeded()