Searched refs:CODE_TAB (Results 1 – 4 of 4) sorted by relevance
76 Keyboard.CODE_TAB,
72 mKeyCodeMap.put(Keyboard.CODE_TAB, R.string.spoken_description_tab); in initInternal()
76 public static final int CODE_TAB = '\t'; field in Keyboard89 private static final int MINIMUM_LETTER_CODE = CODE_TAB;409 case CODE_TAB: return "tab"; in printableCode()
1325 if (primaryCode == Keyboard.CODE_TAB in onCodeInput()