Home
last modified time | relevance | path

Searched defs:subtypes (Results 1 – 14 of 14) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java306 final List<InputMethodSubtype> subtypes) { in checkIfSubtypeBelongsToList()
311 final List<InputMethodSubtype> subtypes) { in getSubtypeIndexInList()
404 final List<InputMethodSubtype> subtypes = getMyEnabledInputMethodSubtypeList(true); in hasMultipleEnabledSubtypes() local
435 final List<InputMethodSubtype> subtypes = in findSubtypeByLocale() local
477 public void setAdditionalInputMethodSubtypes(final InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes()
479 getInputMethodIdOfThisIme(), subtypes); in setAdditionalInputMethodSubtypes() local
560 final List<InputMethodSubtype> subtypes = shortcuts.get(imi); in updateShortcutIme() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DInputMethodAndSubtypePreferenceControllerTest.java97 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createInputMethodInfo() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStyleSettingsFragment.java84 final InputMethodSubtype[] subtypes = in updateCustomInputStylesSummary() local
270 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in getSubtypes() local
288 final InputMethodSubtype[] subtypes = getSubtypes(); in onPause() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtilsTests.java174 final InputMethodSubtype[] subtypes = { EN_US_DVORAK, ZZ_AZERTY }; in testRestorable() local
DLanguageOnSpacebarUtilsTests.java93 private static void enableSubtypes(final RichInputMethodSubtype ... subtypes) { in enableSubtypes()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/inputmethod/
DEnabledKeyboardPreferenceControllerTest.java218 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local
236 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
DInputMethodUtilTest.java276 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local
293 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
DKeyboardManagementPreferenceControllerTest.java1002 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfo() local
1018 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionaryList.java87 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryListPreferenceController.java112 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DUserDictionaryListPreferenceController.java112 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
/packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/
DInputMethodUtil.java79 List<InputMethodSubtype> subtypes = in getSummaryString() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtils.java133 public static String createPrefSubtypes(final InputMethodSubtype[] subtypes) { in createPrefSubtypes()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DInputDeviceResultTask.java191 private static String getSubtypeLocaleNameListAsSentence( in getSubtypeLocaleNameListAsSentence()