Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java110 int subtypeId = mSubtypeIds[i]; in showInputMethodMenuLocked() local
111 if ((subtypeId == NOT_A_SUBTYPE_ID) in showInputMethodMenuLocked()
112 || (preferredInputMethodSubtypeId == NOT_A_SUBTYPE_ID && subtypeId == 0) in showInputMethodMenuLocked()
113 || (subtypeId == preferredInputMethodSubtypeId)) { in showInputMethodMenuLocked()
175 int subtypeId = mSubtypeIds[which]; in showInputMethodMenuLocked()
179 if (subtypeId < 0 || subtypeId >= im.getSubtypeCount()) { in showInputMethodMenuLocked()
180 subtypeId = NOT_A_SUBTYPE_ID; in showInputMethodMenuLocked()
182 mService.setInputMethodLocked(im.getId(), subtypeId); in showInputMethodMenuLocked()
DSubtypeUtils.java319 final int subtypeId = settings.getSelectedInputMethodSubtypeId(imi.getId()); in getCurrentInputMethodSubtype() local
320 if (subtypeId != NOT_A_SUBTYPE_ID) { in getCurrentInputMethodSubtype()
321 return imi.getSubtypeAt(subtypeId); in getCurrentInputMethodSubtype()
DAdditionalSubtypeUtils.java296 final int subtypeId = parser.getAttributeInt(null, ATTR_IME_SUBTYPE_ID, in loadFromFile() local
298 if (subtypeId != InputMethodSubtype.SUBTYPE_ID_NONE) { in loadFromFile()
299 builder.setSubtypeId(subtypeId); in loadFromFile()
DInputMethodSettings.java87 final String subtypeId = ime.second.get(i); in buildEnabledInputMethodsSettingString() local
88 builder.append(INPUT_METHOD_SUBTYPE_SEPARATOR).append(subtypeId); in buildEnabledInputMethodsSettingString()
497 void putSelectedSubtype(int subtypeId) { in putSelectedSubtype() argument
499 Slog.d(TAG, "putSelectedInputMethodSubtypeStr: " + subtypeId + ", " + mUserId); in putSelectedSubtype()
501 putInt(Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE, subtypeId); in putSelectedSubtype()
DInputMethodSubtypeSwitchingController.java59 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) { in ImeSubtypeListItem() argument
63 mSubtypeId = subtypeId; in ImeSubtypeListItem()
DInputMethodManagerService.java3078 void setInputMethodLocked(String id, int subtypeId) { in setInputMethodLocked() argument
3079 setInputMethodLocked(id, subtypeId, DEVICE_ID_DEFAULT); in setInputMethodLocked()
3083 void setInputMethodLocked(String id, int subtypeId, int deviceId) { in setInputMethodLocked() argument
3101 if (subtypeId >= 0 && subtypeId < subtypeCount) { in setInputMethodLocked()
3102 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked()
3106 subtypeId = NOT_A_SUBTYPE_ID; in setInputMethodLocked()
3112 subtypeId = i; in setInputMethodLocked()
3119 setSelectedInputMethodAndSubtypeLocked(info, subtypeId, true); in setInputMethodLocked()
3147 setSelectedInputMethodAndSubtypeLocked(info, subtypeId, false); in setInputMethodLocked()
4123 int subtypeId = NOT_A_SUBTYPE_ID; in switchToPreviousInputMethod() local
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/inputmethod/data/repository/
DInputMethodRepositoryTest.kt84 val subtypeId = 123 in selectedInputMethodSubtypes_returnsSubtypeList() constant
94 .setSubtypeId(subtypeId) in selectedInputMethodSubtypes_returnsSubtypeList()
102 assertThat(result.first().subtypeId).isEqualTo(subtypeId) in selectedInputMethodSubtypes_returnsSubtypeList()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/inputmethod/domain/interactor/
DInputMethodInteractorTest.kt123 InputMethodModel.Subtype(subtypeId = 1, isAuxiliary = false), in hasMultipleEnabledImesOrSubtypes_selectedHasTwoSubtypes_returnsTrue()
124 InputMethodModel.Subtype(subtypeId = 2, isAuxiliary = false), in hasMultipleEnabledImesOrSubtypes_selectedHasTwoSubtypes_returnsTrue()
149 InputMethodModel.Subtype(subtypeId = it, isAuxiliary = it < auxiliarySubtypes) in createInputMethodWithSubtypes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/inputmethod/data/repository/
DInputMethodRepository.kt129 subtypeId = it.subtypeId, in enabledInputMethodSubtypes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/inputmethod/data/model/
DInputMethodModel.kt38 val subtypeId: Int, constant in com.android.systemui.inputmethod.data.model.InputMethodModel.Subtype
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSubtype.java85 int subtypeId) { in SpellCheckerSubtype() argument
90 mSubtypeId = subtypeId; in SpellCheckerSubtype()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodAndSubtypeUtil.java74 for (final String subtypeId : subtypeIdSet) { in buildInputMethodsAndSubtypesString()
75 builder.append(INPUT_METHOD_SUBTYPE_SEPARATER).append(subtypeId); in buildInputMethodsAndSubtypesString()
DInputMethodAndSubtypeUtilCompat.java77 for (final String subtypeId : subtypeIdSet) { in buildInputMethodsAndSubtypesString()
78 builder.append(INPUT_METHOD_SUBTYPE_SEPARATER).append(subtypeId); in buildInputMethodsAndSubtypesString()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtype.java227 public InputMethodSubtypeBuilder setSubtypeId(int subtypeId) { in setSubtypeId() argument
228 mSubtypeId = subtypeId; in setSubtypeId()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DPasswordBouncerViewModelTest.kt378 InputMethodModel.Subtype(subtypeId = it, isAuxiliary = it < auxiliarySubtypes) in createInputMethodWithSubtypes()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1172 field public static final int subtypeId = 16843713; // 0x10103c1
/frameworks/base/core/api/
Dcurrent.txt1601 field public static final int subtypeId = 16843713; // 0x10103c1
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75863 Lcom/android/internal/R$attr;->subtypeId:I