Searched refs:ShiftMask (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java176 public static final int ShiftMask = (1<<0) ; field in class:XConstants
H A DXWindow.java577 if (((state & XConstants.ShiftMask) != 0) ^ (keyCode == KeyEvent.VK_SHIFT)) {
617 res |= XConstants.ShiftMask;
H A DXEmbedCanvasPeer.java833 modifiers = ke.get_state() & (XConstants.ShiftMask | XConstants.ControlMask | XConstants.LockMask);
H A DXKeysym.java109 if ((ndx == 0) && ((mods & XConstants.ShiftMask) != 0)) {
113 mods ^= XConstants.ShiftMask;
199 if( (ev.get_state() & XConstants.ShiftMask) != 0 ) { // shift modifier is on
207 if( (ev.get_state() & XConstants.ShiftMask) != 0 || // shift modifier is on
321 if ((ev.get_state() & XConstants.ShiftMask) == 0) { // shift is off
H A Dkeysym2ucs.h147 tojava if ((ndx == 0) && ((mods & XConstants.ShiftMask) != 0)) {
151 tojava mods ^= XConstants.ShiftMask;
237 tojava if( (ev.get_state() & XConstants.ShiftMask) != 0 ) { // shift modifier is on
245 tojava if( (ev.get_state() & XConstants.ShiftMask) != 0 || // shift modifier is on
359 tojava if ((ev.get_state() & XConstants.ShiftMask) == 0) { // shift is off
H A DXToolkit.java1665 final int modmask[] = { XConstants.ShiftMask, XConstants.LockMask, XConstants.ControlMask, XConstants.Mod1Mask,
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c838 if( (event->xkey.state & ShiftMask) ) { // shift modifier is on
846 if( (event->xkey.state & ShiftMask) || // shift modifier is on
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c423 ShiftMask, LockMask, ControlMask,
468 DTRACE_PRINTLN1(" ShiftMask = %d", ShiftMask);
H A Dawt_InputMethod.c584 if (((event->state & ShiftMask) ||

Completed in 89 milliseconds