Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DSubtypeUtils.java74 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf()
100 subtypes.add(imi.getSubtypeAt(i)); in getSubtypes()
113 InputMethodSubtype ims = imi.getSubtypeAt(i); in getSubtypeIdFromHashCode()
321 return imi.getSubtypeAt(subtypeId); in getCurrentInputMethodSubtype()
DInputMethodSettings.java168 final InputMethodSubtype ims = info.getSubtypeAt(j); in getEnabledInputMethodSubtypeList()
358 return lastImi.getSubtypeAt(lastSubtypeId); in getLastInputMethodSubtype()
599 return imi.getSubtypeAt(subtypeIndex); in getCurrentInputMethodSubtypeForNonCurrentUsers()
DInputMethodInfoUtils.java277 final InputMethodSubtype s = imi.getSubtypeAt(i); in isSystemAuxilialyImeThatHasAutomaticSubtype()
DInputMethodSubtypeSwitchingController.java199 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList()
DInputMethodManagerService.java3102 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked()
3111 if (Objects.equals(newSubtype, info.getSubtypeAt(i))) { in setInputMethodLocked()
5462 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); in setSelectedInputMethodAndSubtypeLocked()
5664 InputMethodSubtypeHandle.of(nextImi, nextImi.getSubtypeAt(i)))) { in switchKeyboardLayoutLocked()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
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()
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()
DInputMethodAndSubtypeEnablerManagerCompat.java150 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences()
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerInfo.java262 public SpellCheckerSubtype getSubtypeAt(int index) { in getSubtypeAt() method in SpellCheckerInfo
284 final SpellCheckerSubtype st = getSubtypeAt(i); in dump()
DSpellCheckerSubtype.java310 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort()
DTextServicesManager.java257 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession()
/frameworks/base/services/core/java/com/android/server/textservices/
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()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java851 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort()
DInputMethodInfo.java787 public InputMethodSubtype getSubtypeAt(int index) { in getSubtypeAt() method in InputMethodInfo
DInputMethodManager.java4506 final InputMethodSubtype subtype = imi.getSubtypeAt(subtypeIndex); in getShortcutInputMethodsAndSubtypes()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodUtilsTest.java945 final InputMethodSubtype expectedSubtype = expected.getSubtypeAt(subtypeIndex); in verifyEquality()
946 final InputMethodSubtype actualSubtype = actual.getSubtypeAt(subtypeIndex); in verifyEquality()
/frameworks/base/config/
Dboot-profile.txt811 Landroid/view/inputmethod/InputMethodInfo;->getSubtypeAt(I)Landroid/view/inputmethod/InputMethodSub…
Dboot-image-profile.txt19103 HSPLandroid/view/inputmethod/InputMethodInfo;->getSubtypeAt(I)Landroid/view/inputmethod/InputMethod…
19304 HSPLandroid/view/textservice/SpellCheckerInfo;->getSubtypeAt(I)Landroid/view/textservice/SpellCheck…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt19039 HSPLandroid/view/inputmethod/InputMethodInfo;->getSubtypeAt(I)Landroid/view/inputmethod/InputMethod…
19240 HSPLandroid/view/textservice/SpellCheckerInfo;->getSubtypeAt(I)Landroid/view/textservice/SpellCheck…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35763 method public android.view.inputmethod.InputMethodSubtype getSubtypeAt(int);
35895 method public android.view.textservice.SpellCheckerSubtype getSubtypeAt(int);
/frameworks/base/core/api/
Dcurrent.txt56341 method public android.view.inputmethod.InputMethodSubtype getSubtypeAt(int);
57336 method public android.view.textservice.SpellCheckerSubtype getSubtypeAt(int);