Searched refs:decorLoc (Results 1 – 1 of 1) sorted by relevance
493 Matrix tempMatrix, RectF tempRect, int[] decorLoc) { in setSharedElementState() argument523 if (decorLoc != null) { in setSharedElementState()524 left -= decorLoc[0]; in setSharedElementState()525 top -= decorLoc[1]; in setSharedElementState()526 right -= decorLoc[0]; in setSharedElementState()527 bottom -= decorLoc[1]; in setSharedElementState()684 int[] decorLoc = new int[2]; in createSnapshots() local687 decorView.getLocationOnScreen(decorLoc); in createSnapshots()699 setSharedElementState(snapshot, name, state, tempMatrix, null, decorLoc); in createSnapshots()