Searched refs:supportsSwitchingToNextInputMethod (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/ |
D | InputMethodInfoTest.java | 62 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/ |
D | InputMethodInfo.java | 258 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/ |
D | InputMethodSubtypeSwitchingController.java | 435 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/ |
D | InputMethodSubtypeSwitchingControllerTest.java | 62 boolean supportsSwitchingToNextInputMethod) { in addDummyImeSubtypeListItems() argument 84 DUMMY_FORCE_DEFAULT, supportsSwitchingToNextInputMethod, DUMMY_IS_VR_IME); in addDummyImeSubtypeListItems()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 59822 Landroid/view/inputmethod/InputMethodInfo;->supportsSwitchingToNextInputMethod()Z 75877 Lcom/android/internal/R$attr;->supportsSwitchingToNextInputMethod:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1182 field public static final int supportsSwitchingToNextInputMethod = 16843755; // 0x10103eb
|
/frameworks/base/core/api/ |
D | current.txt | 1623 field public static final int supportsSwitchingToNextInputMethod = 16843755; // 0x10103eb
|