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.java347 private final InputMethodSubtypeSwitchingController mSwitchingController; field in InputMethodManagerService
1723 mSwitchingController = InputMethodSubtypeSwitchingController.createInstanceLocked( in InputMethodManagerService()
3047 mSwitchingController.resetCircularListLocked(mContext); in updateInputMethodsFromSettingsLocked()
3787 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in switchToNextInputMethod()
3804 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in shouldOfferSwitchingToNextInputMethod()
4018 mSwitchingController.onUserActionLocked(imi, mCurrentSubtype); in notifyUserAction()
4618 mSwitchingController.resetCircularListLocked(mContext); in buildInputMethodListLocked()
4667 mSwitchingController.getSortedInputMethodAndSubtypeListLocked( in showInputMethodMenu()
5257 mSwitchingController.dump(p); in dump()