Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java500 final float[] IdentityMatrixValues = mTempFloat3; in selectProperMagnificationSpecByComparingIdentityDegree() local
501 Matrix.IDENTITY_MATRIX.getValues(IdentityMatrixValues); in selectProperMagnificationSpecByComparingIdentityDegree()
503 final float scaleDiffForSpecOne = Math.abs(IdentityMatrixValues[Matrix.MSCALE_X] in selectProperMagnificationSpecByComparingIdentityDegree()
505 final float scaleDiffForSpecTwo = Math.abs(IdentityMatrixValues[Matrix.MSCALE_X] in selectProperMagnificationSpecByComparingIdentityDegree()
507 final float offsetXDiffForSpecOne = Math.abs(IdentityMatrixValues[Matrix.MTRANS_X] in selectProperMagnificationSpecByComparingIdentityDegree()
509 final float offsetXDiffForSpecTwo = Math.abs(IdentityMatrixValues[Matrix.MTRANS_X] in selectProperMagnificationSpecByComparingIdentityDegree()
511 final float offsetYDiffForSpecOne = Math.abs(IdentityMatrixValues[Matrix.MTRANS_Y] in selectProperMagnificationSpecByComparingIdentityDegree()
513 final float offsetYDiffForSpecTwo = Math.abs(IdentityMatrixValues[Matrix.MTRANS_Y] in selectProperMagnificationSpecByComparingIdentityDegree()