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.java3790 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in switchToNextInputMethod() local
3792 if (nextSubtype == null) { in switchToNextInputMethod()
3795 setInputMethodWithSubtypeIdLocked(token, nextSubtype.mImi.getId(), in switchToNextInputMethod()
3796 nextSubtype.mSubtypeId); in switchToNextInputMethod()
3807 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in shouldOfferSwitchingToNextInputMethod() local
3809 if (nextSubtype == null) { in shouldOfferSwitchingToNextInputMethod()