Home
last modified time | relevance | path

Searched refs:supportsSwitchingToNextInputMethod (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DInputMethodInfoTest.java56 assertThat(imi.supportsSwitchingToNextInputMethod(), is(false)); in testBooleanAttributes_DefaultValues()
62 assertThat(clone.supportsSwitchingToNextInputMethod(), is(false)); in testBooleanAttributes_DefaultValues()
73 assertThat(imi.supportsSwitchingToNextInputMethod(), is(true)); in testSupportsSwitchingToNextInputMethod()
77 assertThat(clone.supportsSwitchingToNextInputMethod(), is(true)); in testSupportsSwitchingToNextInputMethod()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java231 boolean supportsSwitchingToNextInputMethod = false; // false as default in InputMethodInfo()
282 supportsSwitchingToNextInputMethod = sa.getBoolean( in InputMethodInfo()
378 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
498 boolean supportsSwitchingToNextInputMethod, boolean isVrOnly) { in InputMethodInfo() argument
500 supportsSwitchingToNextInputMethod, false /* inlineSuggestionsEnabled */, isVrOnly, in InputMethodInfo()
512 boolean supportsSwitchingToNextInputMethod, boolean inlineSuggestionsEnabled, in InputMethodInfo() argument
524 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
799 public boolean supportsSwitchingToNextInputMethod() { in supportsSwitchingToNextInputMethod() method in InputMethodInfo
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingController.java450 if (imi.supportsSwitchingToNextInputMethod()) { in getNextInputMethod()
463 if (imi.supportsSwitchingToNextInputMethod()) { in onUserActionLocked()
470 final boolean supportsSwitchingToNextInputMethod) { in filterImeSubtypeList() argument
475 if (item.mImi.supportsSwitchingToNextInputMethod() in filterImeSubtypeList()
476 == supportsSwitchingToNextInputMethod) { in filterImeSubtypeList()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingControllerTest.java68 boolean supportsSwitchingToNextInputMethod) { in addDummyImeSubtypeListItems() argument
90 DUMMY_FORCE_DEFAULT, supportsSwitchingToNextInputMethod, DUMMY_IS_VR_IME); in addDummyImeSubtypeListItems()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60465 Landroid/view/inputmethod/InputMethodInfo;->supportsSwitchingToNextInputMethod()Z
76520 Lcom/android/internal/R$attr;->supportsSwitchingToNextInputMethod:I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt1587 field public static final int supportsSwitchingToNextInputMethod = 16843755; // 0x10103eb