Searched refs:CODE_TAB (Results 1 – 6 of 6) sorted by relevance
203 public static final int CODE_TAB = '\t'; field in Constants272 case CODE_TAB: return "tab"; in printableCode()
59 Constants.CODE_TAB,
138 protected static final ExpectedKey TAB_KEY = key(ICON_TAB, Constants.CODE_TAB);
155 if (!Character.isSpaceChar(prevChar) && prevChar != Constants.CODE_TAB) break; in getCapsMode()
64 mKeyCodeMap.put(Constants.CODE_TAB, R.string.spoken_description_tab); in KeyCodeDescriptionMapper()
239 mSpacingAndPunctuations, new int[] { Constants.CODE_TAB }); in testGetWordRangeAtCursor()