Searched defs:META_ALT_MASK (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java126 private static final long META_ALT_MASK = META_ALT_ON field in class:MetaKeyKeyListener
437 state &= ~META_ALT_MASK;
525 state = (state & ~META_ALT_MASK) | META_ALT_ON | META_ALT_USED;
527 state &= ~META_ALT_MASK;
549 return press(state, META_ALT_ON, META_ALT_MASK,
587 return release(state, META_ALT_ON, META_ALT_MASK,
627 state &= ~META_ALT_MASK;
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1088 public static final int META_ALT_MASK = META_ALT_ON field in class:KeyEvent

Completed in 792 milliseconds