Searched refs:tempMatrix (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 430 Matrix tempMatrix, RectF tempRect, int[] decorLoc) { in setSharedElementState() argument 444 tempMatrix.setValues(matrixValues); in setSharedElementState() 445 imageView.setImageMatrix(tempMatrix); in setSharedElementState() 467 getSharedElementParentMatrix(view, tempMatrix); in setSharedElementState() 469 tempMatrix.mapRect(tempRect); in setSharedElementState() 556 Matrix tempMatrix = new Matrix(); in setSharedElementState() local 566 tempMatrix, tempRect, null); in setSharedElementState() 641 Matrix tempMatrix = new Matrix(); in createSnapshots() local 651 setSharedElementState(snapshot, name, state, tempMatrix, null, decorLoc); in createSnapshots() 686 Matrix tempMatrix = new Matrix(); in captureSharedElementState() local [all …]
|