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