OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enabledSubtypes
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java
304
HashMap<String, HashSet<String>>
enabledSubtypes
=
312
boolean isEnabled =
enabledSubtypes
.containsKey(imiId);
322
updateSubtypesPreferenceChecked(context, inputMethodInfos,
enabledSubtypes
);
345
HashMap<String, HashSet<String>>
enabledSubtypes
) {
349
if (!
enabledSubtypes
.containsKey(id)) break;
350
final HashSet<String> enabledSubtypesSet =
enabledSubtypes
.get(id);
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
693
List<InputMethodSubtype>
enabledSubtypes
=
695
if (allowsImplicitlySelectedSubtypes &&
enabledSubtypes
.isEmpty()) {
696
enabledSubtypes
= getImplicitlyApplicableSubtypesLocked(mRes, imi);
698
return InputMethodSubtype.sort(mContext, 0, imi,
enabledSubtypes
);
[
all
...]
Completed in 29 milliseconds