Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java63 private final InputMethodSubtypeSwitchingController mSwitchingController; field in InputMethodMenuController
84 mSwitchingController = mService.mSwitchingController; in InputMethodMenuController()
102 final List<ImeSubtypeListItem> imList = mSwitchingController in showInputMethodMenu()
DInputMethodManagerService.java332 final InputMethodSubtypeSwitchingController mSwitchingController; field in InputMethodManagerService
1657 mSwitchingController = InputMethodSubtypeSwitchingController.createInstanceLocked( in InputMethodManagerService()
2986 mSwitchingController.resetCircularListLocked(mContext); in updateInputMethodsFromSettingsLocked()
3790 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in switchToNextInputMethod()
3807 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in shouldOfferSwitchingToNextInputMethod()
4071 mSwitchingController.onUserActionLocked(imi, mCurrentSubtype); in notifyUserAction()
4664 mSwitchingController.resetCircularListLocked(mContext); in buildInputMethodListLocked()
5212 mSwitchingController.dump(p); in dumpAsStringNoCheck()