Searched defs:getMoreKeys (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKey.java116 public ExpectedKey[] getMoreKeys() { method in class:ExpectedKey
152 final ExpectedKey[] moreKeys = getMoreKeys();
165 return mVisual.equalsTo(key) && mOutput.equalsTo(key) && key.getMoreKeys() == null;
177 && Arrays.equals(getMoreKeys(), key.getMoreKeys());
188 return hashCode(mVisual, mOutput, getMoreKeys());
251 public ExpectedKey[] getMoreKeys() { method in class:ExpectedKey.ExpectedKeyWithMoreKeys
278 final MoreKeySpec[] moreKeySpecs = key.getMoreKeys();
279 final ExpectedKey[] moreKeys = getMoreKeys();
302 return super.toString() + "^" + Arrays.toString(getMoreKeys());
363 public ExpectedKey[] getMoreKeys() { method in class:ExpectedKey.ExpectedKeyWithMoreKeysAndAdditionalMoreKeys
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java527 public MoreKeySpec[] getMoreKeys() { method in class:Key

Completed in 1132 milliseconds