Home
last modified time | relevance | path

Searched refs:computeHashCode (Results 1 – 3 of 3) sorted by relevance

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