Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeySpecParser.java122 private static boolean hasIcon(final String moreKeySpec) { in hasIcon()
126 private static boolean hasCode(final String moreKeySpec) { in hasCode()
154 private static int indexOfLabelEnd(final String moreKeySpec, final int start) { in indexOfLabelEnd()
175 public static String getLabel(final String moreKeySpec) { in getLabel()
188 private static String getOutputTextInternal(final String moreKeySpec) { in getOutputTextInternal()
199 static String getOutputText(final String moreKeySpec) { in getOutputText()
223 static int getCode(final String moreKeySpec, final KeyboardCodesSet codesSet) { in getCode()
260 public static int getIconId(final String moreKeySpec) { in getIconId()
317 final String moreKeySpec = moreKeys[moreKeyIndex]; in insertAdditionalMoreKeys() local
449 final String moreKeySpec = moreKeys[i]; in getIntValue() local
[all …]
DMoreKeySpec.java32 public MoreKeySpec(final String moreKeySpec, boolean needsToUpperCase, final Locale locale, in MoreKeySpec()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeySpecParserTests.java74 private void assertParser(String message, String moreKeySpec, String expectedLabel, in assertParser()
89 private void assertParserError(String message, String moreKeySpec, String expectedLabel, in assertParserError()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboard.java342 final MoreKeySpec moreKeySpec = moreKeys[n]; in build() local
DKey.java190 public Key(final KeyboardParams params, final MoreKeySpec moreKeySpec, final int x, final int y, in Key()