Home
last modified time | relevance | path

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

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