Home
last modified time | relevance | path

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

/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DInputMethodInfoTest.java62 assertThat(imi.supportsSwitchingToNextInputMethod(), is(false)); in testBooleanAttributes_DefaultValues()
68 assertThat(clone.supportsSwitchingToNextInputMethod(), is(false)); in testBooleanAttributes_DefaultValues()
82 assertThat(imi.supportsSwitchingToNextInputMethod(), is(true)); in testSupportsSwitchingToNextInputMethod()
86 assertThat(clone.supportsSwitchingToNextInputMethod(), is(true)); in testSupportsSwitchingToNextInputMethod()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java258 boolean supportsSwitchingToNextInputMethod = false; // false as default in InputMethodInfo()
321 supportsSwitchingToNextInputMethod = sa.getBoolean( in InputMethodInfo()
421 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
618 boolean supportsSwitchingToNextInputMethod, boolean isVrOnly) { in InputMethodInfo() argument
621 supportsSwitchingToNextInputMethod, false /* inlineSuggestionsEnabled */, isVrOnly, in InputMethodInfo()
636 boolean supportsSwitchingToNextInputMethod, boolean inlineSuggestionsEnabled, in InputMethodInfo() argument
650 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
978 public boolean supportsSwitchingToNextInputMethod() { in supportsSwitchingToNextInputMethod() method in InputMethodInfo
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java435 if (imi.supportsSwitchingToNextInputMethod()) { in getNextInputMethod()
448 if (imi.supportsSwitchingToNextInputMethod()) { in onUserActionLocked()
455 final boolean supportsSwitchingToNextInputMethod) { in filterImeSubtypeList() argument
460 if (item.mImi.supportsSwitchingToNextInputMethod() in filterImeSubtypeList()
461 == supportsSwitchingToNextInputMethod) { in filterImeSubtypeList()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java62 boolean supportsSwitchingToNextInputMethod) { in addDummyImeSubtypeListItems() argument
84 DUMMY_FORCE_DEFAULT, supportsSwitchingToNextInputMethod, DUMMY_IS_VR_IME); in addDummyImeSubtypeListItems()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59822 Landroid/view/inputmethod/InputMethodInfo;->supportsSwitchingToNextInputMethod()Z
75877 Lcom/android/internal/R$attr;->supportsSwitchingToNextInputMethod:I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1182 field public static final int supportsSwitchingToNextInputMethod = 16843755; // 0x10103eb
/frameworks/base/core/api/
Dcurrent.txt1623 field public static final int supportsSwitchingToNextInputMethod = 16843755; // 0x10103eb