Home | History | Annotate | Download | only in launcher3

Lines Matching full:matrix

32 import android.graphics.Matrix;
312 Matrix rotateMatrix = new Matrix();
514 Matrix rotateMatrix = new Matrix();
515 Matrix inverseRotateMatrix = new Matrix();
611 Matrix m = new Matrix();
613 m.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL);
615 Matrix m1 = new Matrix();
617 Matrix m2 = new Matrix();
619 Matrix m3 = new Matrix();
621 Matrix m4 = new Matrix();
622 m4.setRectToRect(cropRect, returnRect, Matrix.ScaleToFit.FILL);
624 Matrix c1 = new Matrix();
626 Matrix c2 = new Matrix();