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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java493 private boolean equalsInternal(final Key o) { method in class:Key
512 if (equalsInternal(o)) return 0;
524 return o instanceof Key && equalsInternal((Key)o);

Completed in 29 milliseconds