Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java383 private InputMethodSubtypeSwitchingController mSwitchingController; field in InputMethodManagerService
1303 mSwitchingController = in InputMethodManagerService()
3049 if (userId == mSwitchingController.getUserId()) { in updateInputMethodsFromSettingsLocked()
3050 mSwitchingController.resetCircularListLocked(settings.getMethodMap()); in updateInputMethodsFromSettingsLocked()
3052 mSwitchingController = InputMethodSubtypeSwitchingController.createInstanceLocked( in updateInputMethodsFromSettingsLocked()
4201 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in switchToNextInputMethodLocked()
4220 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in shouldOfferSwitchingToNextInputMethod()
4654 if (userId != mSwitchingController.getUserId()) { in notifyUserAction()
4659 mSwitchingController.onUserActionLocked(imi, in notifyUserAction()
5321 if (userId == mSwitchingController.getUserId()) { in postInputMethodSettingUpdatedLocked()
[all …]