Searched refs:mHashCode (Results 1 – 3 of 3) sorted by relevance
37 private int mHashCode = 0; field in Word95 if (mHashCode == 0) { in hashCode()96 mHashCode = computeHashCode(this); in hashCode()98 return mHashCode; in hashCode()
165 private final int mHashCode; field in Key211 mHashCode = computeHashCode(this); in Key()368 mHashCode = computeHashCode(this); in Key()434 if (mHashCode > o.mHashCode) return 1; in compareTo()440 return mHashCode; in hashCode()
75 private final int mHashCode; field in KeyboardId99 mHashCode = computeHashCode(this); in KeyboardId()183 return mHashCode; in hashCode()