Searched refs:mHashCode (Results 1 – 4 of 4) sorted by relevance
180 private final int mHashCode; field in Key223 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()
79 private final int mHashCode; field in KeyboardId102 mHashCode = computeHashCode(this); in KeyboardId()184 return mHashCode; in hashCode()
37 private int mHashCode = 0; field in Word95 if (mHashCode == 0) { in hashCode()96 mHashCode = computeHashCode(this); in hashCode()98 return mHashCode; in hashCode()
103 private int mHashCode; field in Settings459 if (mHashCode == 0) { in hashCode()460 mHashCode = super.hashCode() in hashCode()468 return mHashCode; in hashCode()