Searched refs:supportsSwitchingToNextInputMethod (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
H A D | InputMethodInfoTest.java | 56 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 D | InputMethodInfo.java | 231 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 D | InputMethodSubtypeSwitchingController.java | 450 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 D | InputMethodSubtypeSwitchingControllerTest.java | 68 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 60465 Landroid/view/inputmethod/InputMethodInfo;->supportsSwitchingToNextInputMethod()Z 76520 Lcom/android/internal/R$attr;->supportsSwitchingToNextInputMethod:I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 1587 field public static final int supportsSwitchingToNextInputMethod = 16843755; // 0x10103eb
|