Searched refs:IdentityMatrixValues (Results 1 – 1 of 1) sorted by relevance
500 final float[] IdentityMatrixValues = mTempFloat3; in selectProperMagnificationSpecByComparingIdentityDegree() local501 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()