Searched refs:tempMatrix (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionCoordinator.java | 493 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 …]
|