Searched refs:hashCodeInternal (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/textservice/ |
D | SpellCheckerSubtype.java | 90 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype() 119 mSubtypeId : hashCodeInternal(mSubtypeLocale, mSubtypeExtraValue); in SpellCheckerSubtype() 287 private static int hashCodeInternal(String locale, String extraValue) { in hashCodeInternal() method in SpellCheckerSubtype
|
/frameworks/base/core/java/android/text/style/ |
D | SuggestionSpan.java | 185 mHashCode = hashCodeInternal(mSuggestions, mLanguageTag, mLocaleStringForCompatibility); in SuggestionSpan() 341 private static int hashCodeInternal(String[] suggestions, @NonNull String languageTag, in hashCodeInternal() method in SuggestionSpan
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtype.java | 307 mSubtypeHashCode = hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue, in InputMethodSubtype() 652 private static int hashCodeInternal(String locale, String mode, String extraValue, in hashCodeInternal() method in InputMethodSubtype
|