Home
last modified time | relevance | path

Searched defs:moreKeys (Results 1 – 11 of 11) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKey.java33 static ExpectedKey newInstance(final String label, final ExpectedKey... moreKeys) { in newInstance()
39 final ExpectedKey... moreKeys) { in newInstance()
46 final ExpectedKey... moreKeys) { in newInstance()
53 final ExpectedKey... moreKeys) { in newInstance()
60 final ExpectedKey... moreKeys) { in newInstance()
66 final ExpectedKey... moreKeys) { in newInstance()
121 public ExpectedKey setMoreKeys(final ExpectedKey... moreKeys) { in setMoreKeys()
152 final ExpectedKey[] moreKeys = getMoreKeys(); in preserveCase() local
236 final ExpectedKey... moreKeys) { in ExpectedKeyWithMoreKeys()
280 final ExpectedKey[] moreKeys = getMoreKeys(); in equalsTo() local
[all …]
DAbstractLayoutBase.java31 public static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key()
37 final ExpectedKey ... moreKeys) { in key()
43 final ExpectedKey ... moreKeys) { in key()
49 final ExpectedKey ... moreKeys) { in key()
55 final ExpectedKey ... moreKeys) { in key()
60 public static ExpectedKey key(final ExpectedKey key, final ExpectedKey ... moreKeys) { in key()
98 public static ExpectedKey[] joinMoreKeys(final Object ... moreKeys) { in joinMoreKeys()
DExpectedKeyboardBuilder.java151 public ExpectedKeyboardBuilder setMoreKeysOf(final String label, final Object ... moreKeys) { in setMoreKeysOf()
163 public ExpectedKeyboardBuilder setMoreKeysOf(final int iconId, final Object ... moreKeys) { in setMoreKeysOf()
168 private void setMoreKeysOf(final ExpectedKeyVisual visual, final ExpectedKey[] moreKeys) { in setMoreKeysOf()
DActualKeyboardBuilder.java145 final MoreKeySpec[] moreKeys = key.getMoreKeys(); in stringize() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DLayoutTestsBase.java70 static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key()
76 final ExpectedKey ... moreKeys) { in key()
81 static ExpectedKey key(final ExpectedKey key, final ExpectedKey ... moreKeys) { in key()
104 static ExpectedKey[] joinMoreKeys(final Object ... moreKeys) { in joinMoreKeys()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecTests.java76 final String[] moreKeys, final String[] additionalMoreKeys, final String[] expected) { in assertInsertAdditionalMoreKeys()
304 final String[] moreKeys, final String[] expected, final boolean expectedValue) { in assertGetBooleanValue()
343 final int defaultValue, final String[] moreKeys, final String[] expected, in assertGetIntValue()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpec.java151 public static MoreKeySpec[] removeRedundantMoreKeys(@Nullable final MoreKeySpec[] moreKeys, in removeRedundantMoreKeys()
259 final String[] moreKeys = filterOutEmptyString(moreKeySpecs); in insertAdditionalMoreKeys() local
313 public static int getIntValue(@Nullable final String[] moreKeys, final String key, in getIntValue()
340 public static boolean getBooleanValue(@Nullable final String[] moreKeys, final String key) { in getBooleanValue()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
DDvorakCustomizer.java56 final ExpectedKey ... moreKeys) { in convertToAdditionalMoreKeys()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboard.java312 final MoreKeySpec[] moreKeys = key.getMoreKeys(); in Builder() local
337 final MoreKeySpec[] moreKeys = mParentKey.getMoreKeys(); in build() local
DKey.java292 String[] moreKeys = style.getStringArray(keyAttr, R.styleable.Keyboard_Key_moreKeys); in Key() local
418 private Key(@Nonnull final Key key, @Nullable final MoreKeySpec[] moreKeys) { in Key()
447 final MoreKeySpec[] moreKeys = key.getMoreKeys(); in removeRedundantMoreKeys() local
DMainKeyboardView.java598 final MoreKeySpec[] moreKeys = key.getMoreKeys(); in showMoreKeysKeyboard() local