Searched refs:tempMatrix (Results 1 – 2 of 2) sorted by relevance
532 tempMatrix.mapRect(tempRect); in setSharedElementState()611 Matrix tempMatrix = new Matrix(); in setSharedElementState() local621 tempMatrix, tempRect, null); in setSharedElementState()689 Matrix tempMatrix = new Matrix(); in createSnapshots() local734 Matrix tempMatrix = new Matrix(); in captureSharedElementState() local799 Matrix tempMatrix, RectF tempBounds) { in captureSharedElementState() argument801 tempMatrix.reset(); in captureSharedElementState()802 view.transformMatrixToGlobal(tempMatrix); in captureSharedElementState()804 tempMatrix.mapRect(tempBounds); in captureSharedElementState()868 Matrix tempMatrix = new Matrix(); in moveSharedElementsToOverlay() local[all …]
62 final float[][] tempMatrix = new float[N][N]; in testInverse() local65 tempMatrix[i][j] = matrix[i][j]; in testInverse()70 MatrixUtils.inverse(tempMatrix, inverse); in testInverse()