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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DWordProperty.java136 private static int computeHashCode(WordProperty word) { method in class:WordProperty
187 mHashCode = computeHashCode(this);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardId.java102 mHashCode = computeHashCode(this);
105 private static int computeHashCode(final KeyboardId id) { method in class:KeyboardId
H A DKey.java241 mHashCode = computeHashCode(this);
406 mHashCode = computeHashCode(this);
466 private static int computeHashCode(final Key key) { method in class:Key

Completed in 537 milliseconds