Searched refs:parentLocation (Results 1 – 2 of 2) sorted by relevance
192 int[] parentLocation = new int[2]; in add() local194 parent.getLocationOnScreen(parentLocation); in add()196 child.offsetLeftAndRight(parentLocation[0] - hostViewLocation[0]); in add()197 child.offsetTopAndBottom(parentLocation[1] - hostViewLocation[1]); in add()
420 val parentLocation = parent.locationOnScreen in measureAndLayoutComposeViewInOverlay() constant421 val offsetX = parentLocation[0] in measureAndLayoutComposeViewInOverlay()422 val offsetY = parentLocation[1] in measureAndLayoutComposeViewInOverlay()