Home
last modified time | relevance | path

Searched defs:moreKeySpec (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecParser.java53 private static boolean hasIcon(String moreKeySpec) { in hasIcon()
63 private static boolean hasCode(String moreKeySpec) { in hasCode()
88 private static int indexOfLabelEnd(String moreKeySpec, int start) { in indexOfLabelEnd()
107 public static String getLabel(String moreKeySpec) { in getLabel()
118 public static String getOutputText(String moreKeySpec) { in getOutputText()
140 public static int getCode(Resources res, String moreKeySpec) { in getCode()
159 public static int getIconId(String moreKeySpec) { in getIconId()
210 final CharSequence moreKeySpec = moreKeys[i]; in filterOut() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecParserTests.java48 private void assertParser(String message, String moreKeySpec, String expectedLabel, in assertParser()
63 private void assertParserError(String message, String moreKeySpec, String expectedLabel, in assertParserError()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java154 private static int getCode(Resources res, KeyboardParams params, String moreKeySpec) { in getCode()
159 private static Drawable getIcon(KeyboardParams params, String moreKeySpec) { in getIcon()
166 public Key(Resources res, KeyboardParams params, String moreKeySpec, in Key()
DMiniKeyboard.java263 final String moreKeySpec = mMoreKeys[n].toString(); in build() local