Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpec.java55 public MoreKeySpec(@Nonnull final String moreKeySpec, boolean needsToUpperCase, in MoreKeySpec()
266 final String moreKeySpec = moreKeys[moreKeyIndex]; in insertAdditionalMoreKeys() local
322 final String moreKeySpec = moreKeys[i]; in getIntValue() local
346 final String moreKeySpec = moreKeys[i]; in getBooleanValue() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyOutput.java48 abstract boolean hasSameKeyOutput(final MoreKeySpec moreKeySpec); in hasSameKeyOutput()
88 boolean hasSameKeyOutput(final MoreKeySpec moreKeySpec) { in hasSameKeyOutput()
144 boolean hasSameKeyOutput(final MoreKeySpec moreKeySpec) { in hasSameKeyOutput()
DExpectedKeyVisual.java46 abstract boolean hasSameKeyVisual(final MoreKeySpec moreKeySpec); in hasSameKeyVisual()
93 boolean hasSameKeyVisual(final MoreKeySpec moreKeySpec) { in hasSameKeyVisual()
160 boolean hasSameKeyVisual(final MoreKeySpec moreKeySpec) { in hasSameKeyVisual()
DExpectedKey.java169 public boolean equalsTo(final MoreKeySpec moreKeySpec) { in equalsTo()
296 public boolean equalsTo(final MoreKeySpec moreKeySpec) { in equalsTo()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecTests.java32 protected void assertParser(final String message, final String moreKeySpec, in assertParser()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboard.java339 final MoreKeySpec moreKeySpec = moreKeys[n]; in build() local