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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DWordProperty.java109 private static int computeHashCode(WordProperty word) { method in class:WordProperty
153 mHashCode = computeHashCode(this);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardId.java93 mHashCode = computeHashCode(this);
96 private static int computeHashCode(final KeyboardId id) { method in class:KeyboardId
H A DKey.java222 mHashCode = computeHashCode(this);
374 mHashCode = computeHashCode(this);
419 private static int computeHashCode(final Key key) { method in class:Key

Completed in 111 milliseconds