Searched refs:screenPos (Results 1 – 1 of 1) sorted by relevance
64 final int[] screenPos = new int[2]; in obtainMouseEvent() local65 anchor.getLocationOnScreen(screenPos); in obtainMouseEvent()66 final int x = screenPos[0] + offsetX; in obtainMouseEvent()67 final int y = screenPos[1] + offsetY; in obtainMouseEvent()86 final int[] screenPos = new int[2]; in emulateHoverOnView() local87 anchor.getLocationOnScreen(screenPos); in emulateHoverOnView()88 final int x = screenPos[0] + offsetX; in emulateHoverOnView()89 final int y = screenPos[1] + offsetY; in emulateHoverOnView()