Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingController.java258 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, in getNextInputMethodLocked() argument
277 if (onlyCurrentIme && !imi.equals(candidate.mImi)) { in getNextInputMethodLocked()
345 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, in getNextInputMethodLocked() argument
361 if (onlyCurrentIme && !imi.equals(subtypeListItem.mImi)) { in getNextInputMethodLocked()
430 public ImeSubtypeListItem getNextInputMethod(boolean onlyCurrentIme, InputMethodInfo imi, in getNextInputMethod() argument
436 return mSwitchingAwareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
439 return mSwitchingUnawareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod()
521 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, InputMethodInfo imi, in getNextInputMethodLocked() argument
529 return mController.getNextInputMethod(onlyCurrentIme, imi, subtype); in getNextInputMethodLocked()
DInputMethodManagerService.java4187 private boolean switchToNextInputMethod(@NonNull IBinder token, boolean onlyCurrentIme) { in switchToNextInputMethod() argument
4192 return switchToNextInputMethodLocked(token, onlyCurrentIme); in switchToNextInputMethod()
4197 private boolean switchToNextInputMethodLocked(@Nullable IBinder token, boolean onlyCurrentIme) { in switchToNextInputMethodLocked() argument
4202 onlyCurrentIme, currentImi, bindingController.getCurrentSubtype()); in switchToNextInputMethodLocked()
6907 public void switchToNextInputMethod(boolean onlyCurrentIme, in switchToNextInputMethod() argument
6911 typedFuture.complete(mImms.switchToNextInputMethod(mToken, onlyCurrentIme)); in switchToNextInputMethod()
/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethodPrivilegedOperations.aidl44 void switchToNextInputMethod(boolean onlyCurrentIme, in AndroidFuture future /* T=Boolean */); in switchToNextInputMethod() argument
DInputMethodPrivilegedOperations.java345 public boolean switchToNextInputMethod(boolean onlyCurrentIme) { in switchToNextInputMethod() argument
352 ops.switchToNextInputMethod(onlyCurrentIme, future); in switchToNextInputMethod()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java160 final boolean onlyCurrentIme, in assertNextInputMethod() argument
166 final ImeSubtypeListItem nextIme = controller.getNextInputMethod(onlyCurrentIme, in assertNextInputMethod()
172 final boolean onlyCurrentIme, in assertRotationOrder() argument
181 assertNextInputMethod(controller, onlyCurrentIme, currentItem, nextItem); in assertRotationOrder()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2115 public final boolean switchToNextInputMethod(boolean onlyCurrentIme) { in switchToNextInputMethod() argument
2116 return mPrivOps.switchToNextInputMethod(onlyCurrentIme); in switchToNextInputMethod()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java4588 public boolean switchToNextInputMethod(IBinder imeToken, boolean onlyCurrentIme) { in switchToNextInputMethod() argument
4590 .switchToNextInputMethod(onlyCurrentIme); in switchToNextInputMethod()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...