Home
last modified time | relevance | path

Searched refs:tempMatrix (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java532 tempMatrix.mapRect(tempRect); in setSharedElementState()
611 Matrix tempMatrix = new Matrix(); in setSharedElementState() local
621 tempMatrix, tempRect, null); in setSharedElementState()
689 Matrix tempMatrix = new Matrix(); in createSnapshots() local
734 Matrix tempMatrix = new Matrix(); in captureSharedElementState() local
799 Matrix tempMatrix, RectF tempBounds) { in captureSharedElementState() argument
801 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 …]
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMatrixUtilsTests.java62 final float[][] tempMatrix = new float[N][N]; in testInverse() local
65 tempMatrix[i][j] = matrix[i][j]; in testInverse()
70 MatrixUtils.inverse(tempMatrix, inverse); in testInverse()