Searched refs:decorLoc (Results 1 – 1 of 1) sorted by relevance
422 Matrix tempMatrix, RectF tempRect, int[] decorLoc) { in setSharedElementState() argument452 if (decorLoc != null) { in setSharedElementState()453 left -= decorLoc[0]; in setSharedElementState()454 top -= decorLoc[1]; in setSharedElementState()455 right -= decorLoc[0]; in setSharedElementState()456 bottom -= decorLoc[1]; in setSharedElementState()618 int[] decorLoc = new int[2]; in createSnapshots() local621 decorView.getLocationOnScreen(decorLoc); in createSnapshots()633 setSharedElementState(snapshot, name, state, tempMatrix, null, decorLoc); in createSnapshots()