HomeSort by relevance Sort by last modified time
    Searched defs:supportsSwitchingToNextInputMethod (Results 1 - 20 of 20) sorted by null

  /frameworks/base/core/tests/coretests/src/android/view/inputmethod/
InputMethodInfoTest.java 55 assertThat(imi.supportsSwitchingToNextInputMethod(), is(false));
59 assertThat(clone.supportsSwitchingToNextInputMethod(), is(false));
66 assertThat(imi.supportsSwitchingToNextInputMethod(), is(true));
70 assertThat(clone.supportsSwitchingToNextInputMethod(), is(true));
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 152 boolean supportsSwitchingToNextInputMethod = false; // false as default
191 supportsSwitchingToNextInputMethod = sa.getBoolean(
263 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod;
286 false /* forceDefault */, true /* supportsSwitchingToNextInputMethod */,
298 true /* supportsSwitchingToNextInputMethod */, false /* isVrOnly */);
307 boolean supportsSwitchingToNextInputMethod, boolean isVrOnly) {
316 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod;
515 public boolean supportsSwitchingToNextInputMethod() {
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-stubs.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 981 milliseconds