OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSubtypeHashCode
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java
60
private final int
mSubtypeHashCode
;
89
mSubtypeHashCode
= mSubtypeId != SUBTYPE_ID_NONE ?
117
mSubtypeHashCode
= mSubtypeId != SUBTYPE_ID_NONE ?
199
return
mSubtypeHashCode
;
/frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java
79
private final int
mSubtypeHashCode
;
301
mSubtypeHashCode
= mSubtypeId;
303
mSubtypeHashCode
= hashCodeInternal(mSubtypeLocale, mSubtypeMode, mSubtypeExtraValue,
322
mSubtypeHashCode
= source.readInt();
566
return
mSubtypeHashCode
;
620
dest.writeInt(
mSubtypeHashCode
);
Completed in 35 milliseconds