Home
last modified time | relevance | path

Searched refs:META_TAB (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalKeyListener.java51 public final static int META_TAB = 0x80; field in TerminalKeyListener
123 } else if (keyCode == KeyEvent.KEYCODE_SHIFT_RIGHT && (metaState & META_TAB) != 0) { in onKey()
124 metaState &= ~(META_TAB | META_TRANSIENT); in onKey()
133 } else if (keyCode == KeyEvent.KEYCODE_SHIFT_LEFT && (metaState & META_TAB) != 0) { in onKey()
134 metaState &= ~(META_TAB | META_TRANSIENT); in onKey()
171 metaState &= ~(META_SLASH | META_TAB); in onKey()
242 metaState |= META_TAB; in onKey()
257 metaState |= META_TAB; in onKey()