Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewOverlay.java193 int[] hostViewLocation = new int[2]; in add() local
195 mHostView.getLocationOnScreen(hostViewLocation); in add()
196 child.offsetLeftAndRight(parentLocation[0] - hostViewLocation[0]); in add()
197 child.offsetTopAndBottom(parentLocation[1] - hostViewLocation[1]); in add()