Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DSubtypeUtils.java74 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf()
101 subtypes.add(imi.getSubtypeAt(i)); in getSubtypes()
114 InputMethodSubtype ims = imi.getSubtypeAt(i); in getSubtypeIdFromHashCode()
H A DInputMethodUtils.java421 InputMethodSubtype ims = info.getSubtypeAt(i); in getEnabledInputMethodSubtypeListLocked()
612 return lastImi.getSubtypeAt(lastSubtypeId); in getLastInputMethodSubtypeLocked()
851 return imi.getSubtypeAt(subtypeIndex); in getCurrentInputMethodSubtypeForNonCurrentUsers()
H A DInputMethodInfoUtils.java279 final InputMethodSubtype s = imi.getSubtypeAt(i); in isSystemAuxilialyImeThatHasAutomaticSubtype()
H A DInputMethodSubtypeSwitchingController.java215 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList()
H A DInputMethodManagerService.java3363 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked()
3371 if (Objects.equals(newSubtype, info.getSubtypeAt(i))) { in setInputMethodLocked()
5500 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); in setSelectedInputMethodAndSubtypeLocked()
5953 InputMethodSubtypeHandle.of(nextImi, nextImi.getSubtypeAt(i)))) { in switchKeyboardLayout()
/aosp14/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.java236 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeListForUserInternal()
364 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled()
388 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked()
471 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()
/aosp14/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java262 public SpellCheckerSubtype getSubtypeAt(int index) { in getSubtypeAt() method in SpellCheckerInfo
284 final SpellCheckerSubtype st = getSubtypeAt(i); in dump()
H A DSpellCheckerSubtype.java310 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort()
H A DTextServicesManager.java257 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession()
/aosp14/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java460 final SpellCheckerSubtype subtype = info.getSubtypeAt(subtypeIndex); in findAvailSystemSpellCheckerLocked()
538 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype()
553 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java836 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort()
H A DInputMethodInfo.java649 public InputMethodSubtype getSubtypeAt(int index) { in getSubtypeAt() method in InputMethodInfo
H A DInputMethodManager.java3971 final InputMethodSubtype subtype = imi.getSubtypeAt(subtypeIndex); in getShortcutInputMethodsAndSubtypes()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodUtilsTest.java959 final InputMethodSubtype expectedSubtype = expected.getSubtypeAt(subtypeIndex); in verifyEquality()
960 final InputMethodSubtype actualSubtype = actual.getSubtypeAt(subtypeIndex); in verifyEquality()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt811 Landroid/view/inputmethod/InputMethodInfo;->getSubtypeAt(I)Landroid/view/inputmethod/InputMethodSub…
H A Dboot-image-profile.txt19450 HSPLandroid/view/inputmethod/InputMethodInfo;->getSubtypeAt(I)Landroid/view/inputmethod/InputMethod…
19653 HSPLandroid/view/textservice/SpellCheckerInfo;->getSubtypeAt(I)Landroid/view/textservice/SpellCheck…
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19386 HSPLandroid/view/inputmethod/InputMethodInfo;->getSubtypeAt(I)Landroid/view/inputmethod/InputMethod…
19589 HSPLandroid/view/textservice/SpellCheckerInfo;->getSubtypeAt(I)Landroid/view/textservice/SpellCheck…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55723 method public android.view.inputmethod.InputMethodSubtype getSubtypeAt(int);
56709 method public android.view.textservice.SpellCheckerSubtype getSubtypeAt(int);