Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4201 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in switchToNextInputMethodLocked() local
4203 if (nextSubtype == null) { in switchToNextInputMethodLocked()
4206 setInputMethodWithSubtypeIdLocked(token, nextSubtype.mImi.getId(), in switchToNextInputMethodLocked()
4207 nextSubtype.mSubtypeId); in switchToNextInputMethodLocked()
4220 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in shouldOfferSwitchingToNextInputMethod() local
4222 return nextSubtype != null; in shouldOfferSwitchingToNextInputMethod()