Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java482 final Matrix specMatrix = mTempMatrix1; in computeIdentityMatrix() local
483 transformMagnificationSpecToMatrix(magnificationSpec, specMatrix); in computeIdentityMatrix()
486 resultMatrix.preConcat(specMatrix); in computeIdentityMatrix()