/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodSubtypeSwitchingController.java | 258 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()
|
D | InputMethodManagerService.java | 4187 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/ |
D | IInputMethodPrivilegedOperations.aidl | 44 void switchToNextInputMethod(boolean onlyCurrentIme, in AndroidFuture future /* T=Boolean */); in switchToNextInputMethod() argument
|
D | InputMethodPrivilegedOperations.java | 345 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/ |
D | InputMethodSubtypeSwitchingControllerTest.java | 160 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/ |
D | InputMethodService.java | 2115 public final boolean switchToNextInputMethod(boolean onlyCurrentIme) { in switchToNextInputMethod() argument 2116 return mPrivOps.switchToNextInputMethod(onlyCurrentIme); in switchToNextInputMethod()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 4588 public boolean switchToNextInputMethod(IBinder imeToken, boolean onlyCurrentIme) { in switchToNextInputMethod() argument 4590 .switchToNextInputMethod(onlyCurrentIme); in switchToNextInputMethod()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |