Searched refs:parentLocation (Results 1 – 1 of 1) sorted by relevance
191 int[] parentLocation = new int[2]; in add() local193 parent.getLocationOnScreen(parentLocation); in add()195 child.offsetLeftAndRight(parentLocation[0] - hostViewLocation[0]); in add()196 child.offsetTopAndBottom(parentLocation[1] - hostViewLocation[1]); in add()