Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java63 private final InputMethodSubtypeSwitchingController mSwitchingController; field in InputMethodMenuController
84 mSwitchingController = mService.mSwitchingController; in InputMethodMenuController()
102 final List<ImeSubtypeListItem> imList = mSwitchingController in showInputMethodMenu()
H A DInputMethodManagerService.java332 final InputMethodSubtypeSwitchingController mSwitchingController; field in InputMethodManagerService
1654 mSwitchingController = InputMethodSubtypeSwitchingController.createInstanceLocked( in InputMethodManagerService()
2978 mSwitchingController.resetCircularListLocked(mContext); in updateInputMethodsFromSettingsLocked()
3782 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in switchToNextInputMethod()
3799 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked( in shouldOfferSwitchingToNextInputMethod()
4063 mSwitchingController.onUserActionLocked(imi, mCurrentSubtype); in notifyUserAction()
4653 mSwitchingController.resetCircularListLocked(mContext); in buildInputMethodListLocked()
5201 mSwitchingController.dump(p); in dumpAsStringNoCheck()