Searched defs:keyLocation (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformEventNotifier.java64 int keyCode, char keyChar, int keyLocation);
63 notifyKeyEvent(int id, long when, int modifiers, int keyCode, char keyChar, int keyLocation) argument
H A DLWWindowPeer.java960 int keyCode, char keyChar, int keyLocation)
971 postEvent(new KeyEvent(focusOwner, id, when, modifiers, keyCode, keyChar, keyLocation));
959 notifyKeyEvent(int id, long when, int modifiers, int keyCode, char keyChar, int keyLocation) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXKeysym.java49 int keyLocation; field in class:XKeysym.Keysym2JavaKeycode
54 return keyLocation;
58 keyLocation = loc;
H A Dkeysym2ucs.h87 tojava int keyLocation; member in class:XKeysym::Keysym2JavaKeycode
92 tojava return keyLocation;
96 tojava keyLocation = loc; local
H A DXWindow.java1422 int keyLocation, int state, long event, int eventSize, long rawCode,
1430 modifiers, keyCode, (char)keyChar, keyLocation);
1421 postKeyEvent(int id, long when, int keyCode, int keyChar, int keyLocation, int state, long event, int eventSize, long rawCode, int unicodeFromPrimaryKeysym, int extendedKeyCode) argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWarningWindow.java268 char keyChar, int keyLocation) {
267 notifyKeyEvent(int id, long when, int modifiers, int keyCode, char keyChar, int keyLocation) argument
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c105 jint keyLocation; member in struct:KEYMAP_ENTRY
475 jint *keyLocation)
485 *keyLocation = java_awt_event_KeyEvent_KEY_LOCATION_UNKNOWN;
496 *keyLocation = keymapTable[i].keyLocation;
503 *keyLocation = java_awt_event_KeyEvent_KEY_LOCATION_UNKNOWN;
1040 jlong when, jint keyCode, jchar keyChar, jint keyLocation, jint state, XEvent * event)
1043 when, keyCode, keyChar, keyLocation, state, ptr_to_jlong(event), (jint)sizeof(XEvent));
1052 jint keyLocation; local
1053 keysymToAWTKeyCode(keysym, &keycode, &mapsToUnicodeChar, &keyLocation);
474 keysymToAWTKeyCode(KeySym x11Key, jint *keycode, Boolean *mapsToUnicodeChar, jint *keyLocation) argument
1039 awt_post_java_key_event(JNIEnv *env, jobject peer, jint id, jlong when, jint keyCode, jchar keyChar, jint keyLocation, jint state, XEvent * event) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c562 jint keyLocation; local
563 keysymToAWTKeyCode(keysym, &keycode, &mapsToUnicodeChar, &keyLocation);
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java818 * A constant indicating that the keyLocation is indeterminate
820 * <code>KEY_TYPED</code> events do not have a keyLocation; this value
898 int keyLocation; field in class:KeyEvent
943 int keyCode, char keyChar, int keyLocation, boolean isProxyActive) {
944 this(source, id, when, modifiers, keyCode, keyChar, keyLocation);
975 * @param keyLocation Identifies the key location. The only legal
985 * <code>keyLocation</code> is not <code>KEY_LOCATION_UNKNOWN</code>;
986 * or if <code>keyLocation</code> is not one of the legal
999 int keyCode, char keyChar, int keyLocation) {
1008 if (keyLocation !
942 KeyEvent(Component source, int id, long when, int modifiers, int keyCode, char keyChar, int keyLocation, boolean isProxyActive) argument
998 KeyEvent(Component source, int id, long when, int modifiers, int keyCode, char keyChar, int keyLocation) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp3382 AwtComponent::UpdateDynPrimaryKeymap(UINT wkey, UINT jkeyLegacy, jint keyLocation, UINT modifiers) argument
3385 if(keyLocation == java_awt_event_KeyEvent_KEY_LOCATION_NUMPAD) {
3554 jint keyLocation = GetKeyLocation(wkey, flags); local
3558 UpdateDynPrimaryKeymap(wkey, jkey, keyLocation, modifiers);
3563 modifiers, keyLocation, (jlong)wkey, &msg);
3597 jint keyLocation = GetKeyLocation(wkey, flags); local
3601 UpdateDynPrimaryKeymap(wkey, jkey, keyLocation, modifiers);
3605 modifiers, keyLocation, (jlong)wkey, &msg);
4745 jint modifiers, jint keyLocation, jlong nativeCode, MSG *pMsg)
4778 keyLocation);
4744 SendKeyEvent(jint id, jlong when, jint raw, jint cooked, jint modifiers, jint keyLocation, jlong nativeCode, MSG *pMsg) argument
4804 SendKeyEventToFocusOwner(jint id, jlong when, jint raw, jint cooked, jint modifiers, jint keyLocation, jlong nativeCode, MSG *msg) argument
[all...]

Completed in 115 milliseconds