Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java485 final Matrix resultMatrix = new Matrix(inputWindowHandle.transform); in computeIdentityMatrix() local
486 resultMatrix.preConcat(specMatrix); in computeIdentityMatrix()
487 resultMatrix.preConcat(transformMatrix); in computeIdentityMatrix()
489 resultMatrix.getValues(magnifyMatrixFloats); in computeIdentityMatrix()