HomeSort by relevance Sort by last modified time
    Searched defs:getMoreKeys (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKey.java 116 public ExpectedKey[] getMoreKeys() {
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() {
278 final MoreKeySpec[] moreKeySpecs = key.getMoreKeys();
279 final ExpectedKey[] moreKeys = getMoreKeys();
302 return super.toString() + "^" + Arrays.toString(getMoreKeys());
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 527 public MoreKeySpec[] getMoreKeys() {
    [all...]

Completed in 91 milliseconds