Home | History | Annotate | Download | only in camera

Lines Matching full:matrix

20 import android.graphics.Matrix;
79 private Matrix mMatrix;
128 mMatrix = new Matrix();
178 Matrix matrix = new Matrix();
179 Util.prepareMatrix(matrix, mMirror, mDisplayOrientation,
181 // In face detection, the matrix converts the driver coordinates to UI
182 // coordinates. In tap focus, the inverted matrix converts the UI
184 matrix.invert(mMatrix);