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.java53 public final static int META_TAB = 0x80; field in TerminalKeyListener
125 } else if (keyCode == KeyEvent.KEYCODE_SHIFT_RIGHT && (metaState & META_TAB) != 0) { in onKey()
126 metaState &= ~(META_TAB | META_TRANSIENT); in onKey()
135 } else if (keyCode == KeyEvent.KEYCODE_SHIFT_LEFT && (metaState & META_TAB) != 0) { in onKey()
136 metaState &= ~(META_TAB | META_TRANSIENT); in onKey()
173 metaState &= ~(META_SLASH | META_TAB); in onKey()
244 metaState |= META_TAB; in onKey()
259 metaState |= META_TAB; in onKey()