/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | SubtypeUtils.java | 74 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 D | InputMethodUtils.java | 421 InputMethodSubtype ims = info.getSubtypeAt(i); in getEnabledInputMethodSubtypeListLocked() 612 return lastImi.getSubtypeAt(lastSubtypeId); in getLastInputMethodSubtypeLocked() 851 return imi.getSubtypeAt(subtypeIndex); in getCurrentInputMethodSubtypeForNonCurrentUsers()
|
H A D | InputMethodInfoUtils.java | 279 final InputMethodSubtype s = imi.getSubtypeAt(i); in isSystemAuxilialyImeThatHasAutomaticSubtype()
|
H A D | InputMethodSubtypeSwitchingController.java | 215 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList()
|
H A D | InputMethodManagerService.java | 3363 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 D | InputMethodAndSubtypeUtil.java | 193 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 D | InputMethodAndSubtypeUtilCompat.java | 236 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 D | InputMethodAndSubtypeEnablerManager.java | 149 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences()
|
H A D | InputMethodAndSubtypeEnablerManagerCompat.java | 150 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences()
|
/aosp14/frameworks/base/core/java/android/view/textservice/ |
H A D | SpellCheckerInfo.java | 262 public SpellCheckerSubtype getSubtypeAt(int index) { in getSubtypeAt() method in SpellCheckerInfo 284 final SpellCheckerSubtype st = getSubtypeAt(i); in dump()
|
H A D | SpellCheckerSubtype.java | 310 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort()
|
H A D | TextServicesManager.java | 257 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession()
|
/aosp14/frameworks/base/services/core/java/com/android/server/textservices/ |
H A D | TextServicesManagerService.java | 460 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 D | InputMethodSubtype.java | 836 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort()
|
H A D | InputMethodInfo.java | 649 public InputMethodSubtype getSubtypeAt(int index) { in getSubtypeAt() method in InputMethodInfo
|
H A D | InputMethodManager.java | 3971 final InputMethodSubtype subtype = imi.getSubtypeAt(subtypeIndex); in getShortcutInputMethodsAndSubtypes()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
H A D | InputMethodUtilsTest.java | 959 final InputMethodSubtype expectedSubtype = expected.getSubtypeAt(subtypeIndex); in verifyEquality() 960 final InputMethodSubtype actualSubtype = actual.getSubtypeAt(subtypeIndex); in verifyEquality()
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 811 Landroid/view/inputmethod/InputMethodInfo;->getSubtypeAt(I)Landroid/view/inputmethod/InputMethodSub…
|
H A D | boot-image-profile.txt | 19450 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 19386 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 D | current.txt | 55723 method public android.view.inputmethod.InputMethodSubtype getSubtypeAt(int); 56709 method public android.view.textservice.SpellCheckerSubtype getSubtypeAt(int);
|