Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java488 Matrix tempMatrix, RectF tempRect, int[] decorLoc) { in setSharedElementState() argument
502 tempMatrix.setValues(matrixValues); in setSharedElementState()
503 imageView.setImageMatrix(tempMatrix); in setSharedElementState()
525 getSharedElementParentMatrix(view, tempMatrix); in setSharedElementState()
527 tempMatrix.mapRect(tempRect); in setSharedElementState()
606 Matrix tempMatrix = new Matrix(); in setSharedElementState() local
616 tempMatrix, tempRect, null); in setSharedElementState()
684 Matrix tempMatrix = new Matrix(); in createSnapshots() local
694 setSharedElementState(snapshot, name, state, tempMatrix, null, decorLoc); in createSnapshots()
729 Matrix tempMatrix = new Matrix(); in captureSharedElementState() local
[all …]