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.java324 private final InputMethodSubtypeSwitchingController mSwitchingController; field in InputMethodManagerService
1507 mSwitchingController = InputMethodSubtypeSwitchingController.createInstanceLocked( in InputMethodManagerService()
2669 mSwitchingController.resetCircularListLocked(mContext); in updateInputMethodsFromSettingsLocked()
3349 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in switchToNextInputMethod()
3366 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in shouldOfferSwitchingToNextInputMethod()
3567 mSwitchingController.onUserActionLocked(imi, mCurrentSubtype); in notifyUserAction()
4062 mSwitchingController.resetCircularListLocked(mContext); in buildInputMethodListLocked()
4106 mSwitchingController.getSortedInputMethodAndSubtypeListLocked( in showInputMethodMenu()
4599 mSwitchingController.dump(p); in dump()