Searched refs:screenPos (Results 1 – 1 of 1) sorted by relevance
59 final int[] screenPos = new int[2]; in obtainMouseEvent() local60 anchor.getLocationOnScreen(screenPos); in obtainMouseEvent()61 final int x = screenPos[0] + offsetX; in obtainMouseEvent()62 final int y = screenPos[1] + offsetY; in obtainMouseEvent()81 final int[] screenPos = new int[2]; in emulateHoverOnView() local82 anchor.getLocationOnScreen(screenPos); in emulateHoverOnView()83 final int x = screenPos[0] + offsetX; in emulateHoverOnView()84 final int y = screenPos[1] + offsetY; in emulateHoverOnView()