Home
last modified time | relevance | path

Searched refs:parentLocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewOverlay.java192 int[] parentLocation = new int[2]; in add() local
194 parent.getLocationOnScreen(parentLocation); in add()
196 child.offsetLeftAndRight(parentLocation[0] - hostViewLocation[0]); in add()
197 child.offsetTopAndBottom(parentLocation[1] - hostViewLocation[1]); in add()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt420 val parentLocation = parent.locationOnScreen in measureAndLayoutComposeViewInOverlay() constant
421 val offsetX = parentLocation[0] in measureAndLayoutComposeViewInOverlay()
422 val offsetY = parentLocation[1] in measureAndLayoutComposeViewInOverlay()