Lines Matching full:matrix
24 import android.graphics.Matrix;
62 private Matrix mMatrix;
104 mMatrix = new Matrix();
126 Matrix matrix = new Matrix();
127 Util.prepareMatrix(matrix, mirror, displayOrientation,
129 // In face detection, the matrix converts the driver coordinates to UI
130 // coordinates. In tap focus, the inverted matrix converts the UI
132 matrix.invert(mMatrix);