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 MetaKeyKeyListener378 state &= ~META_ALT_MASK; in resetLockedMeta()466 state = (state & ~META_ALT_MASK) | META_ALT_ON | META_ALT_USED; in adjustMetaAfterKeypress()468 state &= ~META_ALT_MASK; in adjustMetaAfterKeypress()490 return press(state, META_ALT_ON, META_ALT_MASK, in handleKeyDown()528 return release(state, META_ALT_ON, META_ALT_MASK, in handleKeyUp()568 state &= ~META_ALT_MASK; in clearMetaKeyState()
64 & ~(KeyEvent.META_SHIFT_MASK | KeyEvent.META_ALT_MASK))) { in backspaceOrForwardDelete()
1070 public static final int META_ALT_MASK = META_ALT_ON field in KeyEvent
22246 field public static final int META_ALT_MASK = 50; // 0x32