Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityWindowsPopulator.java484 final Matrix resultMatrix = new Matrix(inputWindowHandle.transform); in computeIdentityMatrix() local
485 resultMatrix.preConcat(specMatrix); in computeIdentityMatrix()
486 resultMatrix.preConcat(transformMatrix); in computeIdentityMatrix()
488 resultMatrix.getValues(magnifyMatrixFloats); in computeIdentityMatrix()