Home
last modified time | relevance | path

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

/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.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()
DInputMethodAndSubtypeEnablerManager.java149 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences()
DInputMethodAndSubtypeEnablerManagerCompat.java150 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in addInputMethodSubtypePreferences()
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerInfo.java261 public SpellCheckerSubtype getSubtypeAt(int index) { in getSubtypeAt() method in SpellCheckerInfo
283 final SpellCheckerSubtype st = getSubtypeAt(i); in dump()
DTextServicesManager.java190 final SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in newSpellCheckerSession()
DSpellCheckerSubtype.java308 SpellCheckerSubtype subtype = sci.getSubtypeAt(i); in sort()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java193 final InputMethodSubtype s = imi.getSubtypeAt(i); in isSystemAuxilialyImeThatHasAutomaticSubtype()
349 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in containsSubtypeOf()
376 subtypes.add(imi.getSubtypeAt(i)); in getSubtypes()
413 InputMethodSubtype ims = imi.getSubtypeAt(i); in getSubtypeIdFromHashCode()
930 InputMethodSubtype ims = info.getSubtypeAt(i); in getEnabledInputMethodSubtypeListLocked()
DInputMethodSubtypeSwitchingController.java213 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in getSortedInputMethodAndSubtypeList()
DInputMethodManagerService.java2699 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked()
3394 return lastImi.getSubtypeAt(lastSubtypeId); in getLastInputMethodSubtype()
4347 InputMethodSubtype subtype = imi.getSubtypeAt(subtypeId); in setSelectedInputMethodAndSubtypeLocked()
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java487 final SpellCheckerSubtype subtype = info.getSubtypeAt(subtypeIndex); in findAvailSystemSpellCheckerLocked()
566 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype()
581 final SpellCheckerSubtype scs = sci.getSubtypeAt(i); in getCurrentSpellCheckerSubtype()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java433 public InputMethodSubtype getSubtypeAt(int index) { in getSubtypeAt() method in InputMethodInfo
DInputMethodSubtype.java683 InputMethodSubtype subtype = imi.getSubtypeAt(i); in sort()
DInputMethodManager.java2823 final InputMethodSubtype subtype = imi.getSubtypeAt(subtypeIndex); in getShortcutInputMethodsAndSubtypes()
/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
DInputMethodUtilsTest.java858 final InputMethodSubtype expectedSubtype = expected.getSubtypeAt(subtypeIndex); in verifyEquality()
859 final InputMethodSubtype actualSubtype = actual.getSubtypeAt(subtypeIndex); in verifyEquality()
/frameworks/base/config/
Dboot-image-profile.txt18142 HSPLandroid/view/inputmethod/InputMethodInfo;->getSubtypeAt(I)Landroid/view/inputmethod/InputMethod…
18355 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/non-updatable-api/
Dcurrent.txt54550 method public android.view.inputmethod.InputMethodSubtype getSubtypeAt(int);
55272 method public android.view.textservice.SpellCheckerSubtype getSubtypeAt(int);
/frameworks/base/api/
Dcurrent.txt54694 method public android.view.inputmethod.InputMethodSubtype getSubtypeAt(int);
55416 method public android.view.textservice.SpellCheckerSubtype getSubtypeAt(int);