Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java493 Matrix tempMatrix, RectF tempRect, int[] decorLoc) { in setSharedElementState() argument
507 tempMatrix.setValues(matrixValues); in setSharedElementState()
508 imageView.setImageMatrix(tempMatrix); in setSharedElementState()
530 getSharedElementParentMatrix(view, tempMatrix); in setSharedElementState()
532 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
699 setSharedElementState(snapshot, name, state, tempMatrix, null, decorLoc); in createSnapshots()
734 Matrix tempMatrix = new Matrix(); in captureSharedElementState() local
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityWindowsPopulator.java528 final Matrix tempMatrix = new Matrix(); in generateInverseMatrix() local
529 transformMagnificationSpecToMatrix(spec, tempMatrix); in generateInverseMatrix()
531 final boolean result = tempMatrix.invert(outMatrix); in generateInverseMatrix()