Searched defs:mSwitchingController (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java190 private final InputMethodSubtypeSwitchingController mSwitchingController; field in class:InputMethodManagerService
714 mSwitchingController = InputMethodSubtypeSwitchingController.createInstanceLocked(
1733 // mSwitchingController and mSettings should be able to share the same state.
1734 // TODO: Make sure that mSwitchingController and mSettings are sharing the
1736 mSwitchingController.resetCircularListLocked(mContext);
2271 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked(
2294 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked(
2388 mSwitchingController.onUserActionLocked(imi, mCurrentSubtype);
2744 // mSwitchingController and mSettings should be able to share the same state.
2745 // TODO: Make sure that mSwitchingController an
[all...]

Completed in 14 milliseconds