Searched refs:parentLoc (Results 1 – 1 of 1) sorted by relevance
270 int[] parentLoc = new int[2]; in closeControls() local272 getLocationOnScreen(parentLoc); in closeControls()276 final int x = targetLoc[0] - parentLoc[0] + centerX; in closeControls()277 final int y = targetLoc[1] - parentLoc[1] + centerY; in closeControls()