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/
DWord.java46 private static int computeHashCode(Word word) { in computeHashCode() method in Word
87 mHashCode = computeHashCode(this); in hashCode()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java92 mHashCode = computeHashCode(this); in KeyboardId()
95 private static int computeHashCode(KeyboardId id) { in computeHashCode() method in KeyboardId
DKey.java191 mHashCode = computeHashCode(this); in Key()
339 mHashCode = computeHashCode(this); in Key()
361 private static int computeHashCode(Key key) { in computeHashCode() method in Key