/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
H A D | InputMethodAndSubtypeUtil.java | 191 final int subtypeCount = imi.getSubtypeCount(); in saveInputMethodSubtypeList() local 192 for (int i = 0; i < subtypeCount; ++i) { in saveInputMethodSubtypeList() 319 final int subtypeCount = imi.getSubtypeCount(); in setSubtypesPreferenceEnabled() local 320 for (int i = 0; i < subtypeCount; ++i) { in setSubtypesPreferenceEnabled() 343 final int subtypeCount = imi.getSubtypeCount(); in updateSubtypesPreferenceChecked() local 344 for (int i = 0; i < subtypeCount; ++i) { in updateSubtypesPreferenceChecked() 392 final int subtypeCount = subtypes.size(); in getSubtypeLocaleNameListAsSentence() local 393 final CharSequence[] subtypeNames = new CharSequence[subtypeCount]; in getSubtypeLocaleNameListAsSentence() 394 for (int i = 0; i < subtypeCount; i++) { in getSubtypeLocaleNameListAsSentence() 426 final int subtypeCount = imi.getSubtypeCount(); in isValidNonAuxAsciiCapableIme() local [all …]
|
H A D | InputMethodAndSubtypeUtilCompat.java | 191 final int subtypeCount = imi.getSubtypeCount(); in saveInputMethodSubtypeList() local 192 for (int i = 0; i < subtypeCount; ++i) { in saveInputMethodSubtypeList() 319 final int subtypeCount = imi.getSubtypeCount(); in setSubtypesPreferenceEnabled() local 320 for (int i = 0; i < subtypeCount; ++i) { in setSubtypesPreferenceEnabled() 343 final int subtypeCount = imi.getSubtypeCount(); in updateSubtypesPreferenceChecked() local 344 for (int i = 0; i < subtypeCount; ++i) { in updateSubtypesPreferenceChecked() 392 final int subtypeCount = subtypes.size(); in getSubtypeLocaleNameListAsSentence() local 393 final CharSequence[] subtypeNames = new CharSequence[subtypeCount]; in getSubtypeLocaleNameListAsSentence() 394 for (int i = 0; i < subtypeCount; i++) { in getSubtypeLocaleNameListAsSentence() 426 final int subtypeCount = imi.getSubtypeCount(); in isValidSystemNonAuxAsciiCapableIme() local [all …]
|
H A D | InputMethodAndSubtypeEnablerManager.java | 121 final int subtypeCount = imi.getSubtypeCount(); in addInputMethodSubtypePreferences() local 122 if (subtypeCount <= 1) { in addInputMethodSubtypePreferences() 148 for (int index = 0; index < subtypeCount; ++index) { in addInputMethodSubtypePreferences()
|
H A D | InputMethodAndSubtypeEnablerManagerCompat.java | 122 final int subtypeCount = imi.getSubtypeCount(); in addInputMethodSubtypePreferences() local 123 if (subtypeCount <= 1) { in addInputMethodSubtypePreferences() 149 for (int index = 0; index < subtypeCount; ++index) { in addInputMethodSubtypePreferences()
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/ |
H A D | InputDeviceResultTask.java | 198 final int subtypeCount = subtypes.size(); in getSubtypeLocaleNameListAsSentence() local 199 final CharSequence[] subtypeNames = new CharSequence[subtypeCount]; in getSubtypeLocaleNameListAsSentence() 200 for (int i = 0; i < subtypeCount; i++) { in getSubtypeLocaleNameListAsSentence() 226 final int subtypeCount = imi.getSubtypeCount(); in getAllSubtypesOf() local 227 final List<InputMethodSubtype> allSubtypes = new ArrayList<>(subtypeCount); in getAllSubtypesOf() 228 for (int index = 0; index < subtypeCount; index++) { in getAllSubtypesOf()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
H A D | KeyboardTextsSetTests.java | 59 final int subtypeCount = imi.getSubtypeCount(); in setUp() local 60 for (int index = 0; index < subtypeCount; index++) { in setUp()
|
/aosp12/packages/apps/Settings/src/com/android/settings/inputmethod/ |
H A D | SpellCheckersSettings.java | 199 final int subtypeCount = currentSci.getSubtypeCount(); in showChooseLanguageDialog() local 200 final CharSequence[] items = new CharSequence[subtypeCount + 1 /* default */]; in showChooseLanguageDialog() 203 for (int index = 0; index < subtypeCount; ++index) { in showChooseLanguageDialog()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
H A D | KeyboardLayoutSetTestsBase.java | 93 final int subtypeCount = imi.getSubtypeCount(); in setUp() local 94 for (int index = 0; index < subtypeCount; index++) { in setUp()
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodUtils.java | 190 final int subtypeCount = imi.getSubtypeCount(); in isSystemAuxilialyImeThatHasAutomaticSubtype() local 191 for (int i = 0; i < subtypeCount; ++i) { in isSystemAuxilialyImeThatHasAutomaticSubtype() 419 final int subtypeCount = imi.getSubtypeCount(); in getSubtypes() local 420 for (int i = 0; i < subtypeCount; ++i) { in getSubtypes() 456 final int subtypeCount = imi.getSubtypeCount(); in getSubtypeIdFromHashCode() local 457 for (int i = 0; i < subtypeCount; ++i) { in getSubtypeIdFromHashCode() 979 final int subtypeCount = info.getSubtypeCount(); in getEnabledInputMethodSubtypeListLocked() local 980 for (int i = 0; i < subtypeCount; ++i) { in getEnabledInputMethodSubtypeListLocked()
|
H A D | InputMethodSubtypeSwitchingController.java | 210 final int subtypeCount = imi.getSubtypeCount(); in getSortedInputMethodAndSubtypeList() local 212 Slog.v(TAG, "Add subtypes: " + subtypeCount + ", " + imi.getId()); in getSortedInputMethodAndSubtypeList() 214 for (int j = 0; j < subtypeCount; ++j) { in getSortedInputMethodAndSubtypeList()
|
H A D | InputMethodManagerService.java | 2753 final int subtypeCount = subtypes.size(); in shouldShowImeSwitcherLocked() local 2754 if (subtypeCount == 0) { in shouldShowImeSwitcherLocked() 2757 for (int j = 0; j < subtypeCount; ++j) { in shouldShowImeSwitcherLocked() 2990 final int subtypeCount = info.getSubtypeCount(); in setInputMethodLocked() local 2991 if (subtypeCount <= 0) { in setInputMethodLocked() 2996 if (subtypeId >= 0 && subtypeId < subtypeCount) { in setInputMethodLocked()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
H A D | RichInputMethodSubtypeTests.java | 99 final int subtypeCount = imi.getSubtypeCount(); in setUp() local 100 for (int index = 0; index < subtypeCount; index++) { in setUp()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
H A D | SubtypeLocaleUtilsTests.java | 96 final int subtypeCount = imi.getSubtypeCount(); in setUp() local 97 for (int index = 0; index < subtypeCount; index++) { in setUp()
|
/aosp12/frameworks/base/services/core/java/com/android/server/textservices/ |
H A D | TextServicesManagerService.java | 457 final int subtypeCount = info.getSubtypeCount(); in findAvailSystemSpellCheckerLocked() local 458 for (int subtypeIndex = 0; subtypeIndex < subtypeCount; ++subtypeIndex) { in findAvailSystemSpellCheckerLocked()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/ |
H A D | ReviewOngoingUsageViewModel.kt | 224 for (i in 0 until it.subtypeCount) {
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodManager.java | 2937 final int subtypeCount = subtypes.size(); in getShortcutInputMethodsAndSubtypes() local 2938 for (int subtypeIndex = 0; subtypeIndex < subtypeCount; ++subtypeIndex) { in getShortcutInputMethodsAndSubtypes()
|