Searched refs:META_ALT_MASK (Results 1 – 5 of 5) sorted by relevance
126 private static final long META_ALT_MASK = META_ALT_ON field in MetaKeyKeyListener437 state &= ~META_ALT_MASK; in resetLockedMeta()525 state = (state & ~META_ALT_MASK) | META_ALT_ON | META_ALT_USED; in adjustMetaAfterKeypress()527 state &= ~META_ALT_MASK; in adjustMetaAfterKeypress()549 return press(state, META_ALT_ON, META_ALT_MASK, in handleKeyDown()587 return release(state, META_ALT_ON, META_ALT_MASK, in handleKeyUp()627 state &= ~META_ALT_MASK; in clearMetaKeyState()
70 & ~(KeyEvent.META_SHIFT_MASK | KeyEvent.META_ALT_MASK | KeyEvent.META_CTRL_MASK))) { in backspaceOrForwardDelete()
1052 public static final int META_ALT_MASK = META_ALT_ON field in KeyEvent
37571 field public static final int META_ALT_MASK = 50; // 0x32
35279 field public static final int META_ALT_MASK = 50; // 0x32