Home
last modified time | relevance | path

Searched refs:getSubtypeAt (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A DInputMethodAndSubtypeUtil.java193 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList()
321 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled()
345 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked()
428 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in isValidNonAuxAsciiCapableIme()
H A DInputMethodAndSubtypeUtilCompat.java193 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList()
321 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled()
345 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked()
428 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in isValidSystemNonAuxAsciiCapableIme()
H A DInputMethodAndSubtypeEnablerManager.java149 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences()
H A DInputMethodAndSubtypeEnablerManagerCompat.java150 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences()
/aosp12/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java261 public SpellCheckerSubtype getSubtypeAt(int index) { in getSubtypeAt() method in SpellCheckerInfo
283 final SpellCheckerSubtype st = getSubtypeAt(i); in dump()
H A DSpellCheckerSubtype.java310 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort()
H A DTextServicesManager.java253 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession()
/aosp12/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSpellCheckersSettings.java204 final SpellCheckerSubtype subtype = currentSci.getSubtypeAt(index); in showChooseLanguageDialog()
219 subtypeId = currentSci.getSubtypeAt(index).hashCode(); in showChooseLanguageDialog()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardTextsSetTests.java61 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in setUp()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java192 final InputMethodSubtype s = imi.getSubtypeAt(i); in isSystemAuxilialyImeThatHasAutomaticSubtype()
394 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf()
421 subtypes.add(imi.getSubtypeAt(i)); in getSubtypes()
458 InputMethodSubtype ims = imi.getSubtypeAt(i); in getSubtypeIdFromHashCode()
981 InputMethodSubtype ims = info.getSubtypeAt(i); in getEnabledInputMethodSubtypeListLocked()
H A DInputMethodSubtypeSwitchingController.java215 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList()
H A DInputMethodManagerService.java2997 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked()
3827 return lastImi.getSubtypeAt(lastSubtypeId); in getLastInputMethodSubtype()
4772 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); in setSelectedInputMethodAndSubtypeLocked()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetTestsBase.java95 mAllSubtypesList.add(imi.getSubtypeAt(index)); in setUp()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java221 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in isAuxiliaryIme()
422 final InputMethodSubtype subtype = myImi.getSubtypeAt(i); in findSubtypeByLocaleAndKeyboardLayoutSet()
/aosp12/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java459 final SpellCheckerSubtype subtype = info.getSubtypeAt(subtypeIndex); in findAvailSystemSpellCheckerLocked()
537 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype()
552 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype()
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
H A DInputDeviceResultTask.java229 allSubtypes.add(imi.getSubtypeAt(index)); in getAllSubtypesOf()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStylePreference.java292 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in SubtypeLocaleAdapter()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DRichInputMethodSubtypeTests.java101 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in setUp()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java684 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort()
H A DInputMethodInfo.java514 public InputMethodSubtype getSubtypeAt(int index) { in getSubtypeAt() method in InputMethodInfo
H A DInputMethodManager.java2939 final InputMethodSubtype subtype = imi.getSubtypeAt(subtypeIndex); in getShortcutInputMethodsAndSubtypes()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DSubtypeLocaleUtilsTests.java98 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in setUp()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
H A DReviewOngoingUsageViewModel.kt225 if (it.getSubtypeAt(i).mode == VOICE_IME_SUBTYPE) {
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodUtilsTest.java951 final InputMethodSubtype expectedSubtype = expected.getSubtypeAt(subtypeIndex); in verifyEquality()
952 final InputMethodSubtype actualSubtype = actual.getSubtypeAt(subtypeIndex); in verifyEquality()
/aosp12/frameworks/base/config/
H A Dboot-profile.txt811 Landroid/view/inputmethod/InputMethodInfo;->getSubtypeAt(I)Landroid/view/inputmethod/InputMethodSub…

12