Home
last modified time | relevance | path

Searched defs:subtypes (Results 1 – 17 of 17) 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/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/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DInputMethodAndSubtypePreferenceControllerTest.java97 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createInputMethodInfo() local
DAvailableVirtualKeyboardFragmentTest.java182 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createFakeInputMethodInfoList() 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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionaryList.java87 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
DInputMethodUtilTest.java343 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local
360 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
DEnabledKeyboardPreferenceControllerTest.java263 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local
282 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
DKeyboardManagementPreferenceControllerTest.java1133 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfo() local
1150 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryListPreferenceController.java112 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
/packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/
DInputMethodUtil.java113 List<InputMethodSubtype> subtypes = in getSummaryString() local
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/
DInputMethodAndSubtypeUtil.java163 public static String getSubtypeLocaleNameListAsSentence( in getSubtypeLocaleNameListAsSentence()
DInputMethodAndSubtypeUtilCompat.java300 public static String getSubtypeLocaleNameListAsSentence( in getSubtypeLocaleNameListAsSentence()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DInputDeviceResultTask.java191 private static String getSubtypeLocaleNameListAsSentence( in getSubtypeLocaleNameListAsSentence()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/inputmethod/
DInputMethodPreferenceController.java236 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(mImi, true); in getSummaryString() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtils.java133 public static String createPrefSubtypes(final InputMethodSubtype[] subtypes) { in createPrefSubtypes()