/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodSubtypeSwitchingController.java | 274 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, in getNextInputMethodLocked() argument 293 if (onlyCurrentIme && !imi.equals(candidate.mImi)) { in getNextInputMethodLocked() 360 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, in getNextInputMethodLocked() argument 376 if (onlyCurrentIme && !imi.equals(subtypeListItem.mImi)) { in getNextInputMethodLocked() 445 public ImeSubtypeListItem getNextInputMethod(boolean onlyCurrentIme, InputMethodInfo imi, in getNextInputMethod() argument 451 return mSwitchingAwareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod() 454 return mSwitchingUnawareRotationList.getNextInputMethodLocked(onlyCurrentIme, imi, in getNextInputMethod() 523 public ImeSubtypeListItem getNextInputMethodLocked(boolean onlyCurrentIme, InputMethodInfo imi, in getNextInputMethodLocked() argument 531 return mController.getNextInputMethod(onlyCurrentIme, imi, subtype); in getNextInputMethodLocked()
|
H A D | InputMethodManagerService.java | 4192 private boolean switchToNextInputMethod(@NonNull IBinder token, boolean onlyCurrentIme) { in switchToNextInputMethod() argument 4197 return switchToNextInputMethodLocked(token, onlyCurrentIme); in switchToNextInputMethod() 4202 private boolean switchToNextInputMethodLocked(@Nullable IBinder token, boolean onlyCurrentIme) { in switchToNextInputMethodLocked() argument 4204 onlyCurrentIme, mMethodMap.get(getSelectedMethodIdLocked()), mCurrentSubtype); in switchToNextInputMethodLocked() 6912 public void switchToNextInputMethod(boolean onlyCurrentIme, in switchToNextInputMethod() argument 6917 typedFuture.complete(mImms.switchToNextInputMethod(mToken, onlyCurrentIme)); in switchToNextInputMethod()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
H A D | InputMethodSubtypeSwitchingControllerTest.java | 166 final boolean onlyCurrentIme, in assertNextInputMethod() argument 172 final ImeSubtypeListItem nextIme = controller.getNextInputMethod(onlyCurrentIme, in assertNextInputMethod() 178 final boolean onlyCurrentIme, in assertRotationOrder() argument 187 assertNextInputMethod(controller, onlyCurrentIme, currentItem, nextItem); in assertRotationOrder()
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IInputMethodPrivilegedOperations.aidl | 42 void switchToNextInputMethod(boolean onlyCurrentIme, in AndroidFuture future /* T=Boolean */); in switchToNextInputMethod() argument
|
H A D | InputMethodPrivilegedOperations.java | 322 public boolean switchToNextInputMethod(boolean onlyCurrentIme) { in switchToNextInputMethod() argument 329 ops.switchToNextInputMethod(onlyCurrentIme, future); in switchToNextInputMethod()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InputMethodService.java | 1988 public final boolean switchToNextInputMethod(boolean onlyCurrentIme) { in switchToNextInputMethod() argument 1989 return mPrivOps.switchToNextInputMethod(onlyCurrentIme); in switchToNextInputMethod()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodManager.java | 4087 public boolean switchToNextInputMethod(IBinder imeToken, boolean onlyCurrentIme) { in switchToNextInputMethod() argument 4089 .switchToNextInputMethod(onlyCurrentIme); in switchToNextInputMethod()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |