Home
last modified time | relevance | path

Searched refs:mHashCode (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java180 private final int mHashCode; field in Key
223 mHashCode = computeHashCode(this); in Key()
378 mHashCode = computeHashCode(this); in Key()
407 mHashCode = key.mHashCode; in Key()
473 if (mHashCode > o.mHashCode) return 1; in compareTo()
479 return mHashCode; in hashCode()
DKeyboardId.java79 private final int mHashCode; field in KeyboardId
102 mHashCode = computeHashCode(this); in KeyboardId()
184 return mHashCode; in hashCode()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DWord.java37 private int mHashCode = 0; field in Word
95 if (mHashCode == 0) { in hashCode()
96 mHashCode = computeHashCode(this); in hashCode()
98 return mHashCode; in hashCode()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DSettings.java103 private int mHashCode; field in Settings
459 if (mHashCode == 0) { in hashCode()
460 mHashCode = super.hashCode() in hashCode()
468 return mHashCode; in hashCode()