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