Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java4203 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in switchToNextInputMethodLocked() local
4205 if (nextSubtype == null) { in switchToNextInputMethodLocked()
4208 setInputMethodWithSubtypeIdLocked(token, nextSubtype.mImi.getId(), in switchToNextInputMethodLocked()
4209 nextSubtype.mSubtypeId); in switchToNextInputMethodLocked()
4219 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in shouldOfferSwitchingToNextInputMethod() local
4222 return nextSubtype != null; in shouldOfferSwitchingToNextInputMethod()