Searched defs:moreKeys (Results 1 – 11 of 11) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | ExpectedKey.java | 33 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 …]
|
D | AbstractLayoutBase.java | 31 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()
|
D | ExpectedKeyboardBuilder.java | 151 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()
|
D | ActualKeyboardBuilder.java | 145 final MoreKeySpec[] moreKeys = key.getMoreKeys(); in stringize() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
D | LayoutTestsBase.java | 70 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/ |
D | MoreKeySpecTests.java | 76 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/ |
D | MoreKeySpec.java | 151 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/ |
D | DvorakCustomizer.java | 56 final ExpectedKey ... moreKeys) { in convertToAdditionalMoreKeys()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboard.java | 312 final MoreKeySpec[] moreKeys = key.getMoreKeys(); in Builder() local 337 final MoreKeySpec[] moreKeys = mParentKey.getMoreKeys(); in build() local
|
D | Key.java | 292 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
|
D | MainKeyboardView.java | 598 final MoreKeySpec[] moreKeys = key.getMoreKeys(); in showMoreKeysKeyboard() local
|