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/
DAbstractLayoutBase.java29 public static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key()
35 final ExpectedKey ... moreKeys) { in key()
41 final ExpectedKey ... moreKeys) { in key()
47 final ExpectedKey ... moreKeys) { in key()
53 final ExpectedKey ... moreKeys) { in key()
58 public static ExpectedKey key(final ExpectedKey key, final ExpectedKey ... moreKeys) { in key()
96 public static ExpectedKey[] joinMoreKeys(final Object ... moreKeys) { in joinMoreKeys()
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
235 final ExpectedKey... moreKeys) { in ExpectedKeyWithMoreKeys()
279 final ExpectedKey[] moreKeys = getMoreKeys(); in equalsTo() local
[all …]
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.java138 final MoreKeySpec[] moreKeys = key.getMoreKeys(); in stringize() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DLayoutTestsBase.java69 static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key()
75 final ExpectedKey ... moreKeys) { in key()
80 static ExpectedKey key(final ExpectedKey key, final ExpectedKey ... moreKeys) { in key()
103 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()
302 final String[] moreKeys, final String[] expected, final boolean expectedValue) { in assertGetBooleanValue()
340 final int defaultValue, final String[] moreKeys, final String[] expected, in assertGetIntValue()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpec.java198 final String[] moreKeys = filterOutEmptyString(moreKeySpecs); in insertAdditionalMoreKeys() local
262 public static int getIntValue(final String[] moreKeys, final String key, in getIntValue()
289 public static boolean getBooleanValue(final String[] moreKeys, final String key) { in getBooleanValue()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DDvorak.java71 final ExpectedKey ... moreKeys) { in convertToAdditionalMoreKeys()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboard.java310 final MoreKeySpec[] moreKeys = key.getMoreKeys(); in Builder() local
334 final MoreKeySpec[] moreKeys = mParentKey.getMoreKeys(); in build() local
DMainKeyboardView.java570 final MoreKeySpec[] moreKeys = key.getMoreKeys(); in onCreateMoreKeysPanel() local
DKey.java269 String[] moreKeys = style.getStringArray(keyAttr, R.styleable.Keyboard_Key_moreKeys); in Key() local