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();
166 && key.getMoreKeys() == null;
178 && Arrays.equals(getMoreKeys(), key.getMoreKeys());
189 return hashCode(mVisual, mOutput, getMoreKeys());
252 public ExpectedKey[] getMoreKeys() {
279 final MoreKeySpec[] moreKeySpecs = key.getMoreKeys();
280 final ExpectedKey[] moreKeys = getMoreKeys();
303 return super.toString() + "^" + Arrays.toString(getMoreKeys());
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 447 final MoreKeySpec[] moreKeys = key.getMoreKeys();
577 public MoreKeySpec[] getMoreKeys() {
    [all...]

Completed in 389 milliseconds