Searched defs:screenX (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformEventNotifier.java52 int x, int y, int screenX, int screenY,
51 notifyMouseEvent(int id, long when, int button, int x, int y, int screenX, int screenY, int modifiers, int clickCount, boolean popupTrigger, byte[] bdata) argument
H A DLWWindowPeer.java768 int x, int y, int screenX, int screenY,
791 screenX, screenY, clickCount, popupTrigger, button);
809 screenX, screenY, clickCount, popupTrigger, button);
814 screenX, screenY, clickCount, popupTrigger, button);
822 screenX, screenY, clickCount, popupTrigger, button);
890 when, modifiers, lp, screenX, screenY,
896 screenX, screenY, clickCount,
908 lp.x, lp.y, screenX, screenY,
944 // TODO: screenX/screenY
949 0, 0, /* screenX,
767 notifyMouseEvent(int id, long when, int button, int x, int y, int screenX, int screenY, int modifiers, int clickCount, boolean popupTrigger, byte[] bdata) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformEmbeddedFrame.java54 private volatile int screenX = 0; field in class:CPlatformEmbeddedFrame
83 screenX = x;
97 return new Point(screenX, screenY);
H A DCWarningWindow.java191 int screenX, int screenY, int modifiers,
190 notifyMouseEvent(int id, long when, int button, int x, int y, int screenX, int screenY, int modifiers, int clickCount, boolean popupTrigger, byte[] bdata) argument
H A DCInputMethod.java752 /* This method returns the index for the character that is nearest to the point described by screenX and screenY.
756 synchronized private int characterIndexForPoint(final int screenX, final int screenY) { argument
763 offsetInfo[0] = fIMContext.getLocationOffset(screenX, screenY);
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1164 int screenX, screenY; local
1167 // (screenX, screenY) is (0,0) of the reparented window
1170 0,0, &screenX, &screenY, &containerWindow);
1171 *left = screenX - topAttr.x - topAttr.border_width;

Completed in 46 milliseconds