Searched refs:decorLoc (Results 1 – 1 of 1) sorted by relevance
420 Matrix tempMatrix, RectF tempRect, int[] decorLoc) { in setSharedElementState() argument450 if (decorLoc != null) { in setSharedElementState()451 left -= decorLoc[0]; in setSharedElementState()452 top -= decorLoc[1]; in setSharedElementState()453 right -= decorLoc[0]; in setSharedElementState()454 bottom -= decorLoc[1]; in setSharedElementState()616 int[] decorLoc = new int[2]; in createSnapshots() local619 decorView.getLocationOnScreen(decorLoc); in createSnapshots()631 setSharedElementState(snapshot, name, state, tempMatrix, null, decorLoc); in createSnapshots()