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

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java204 private final InputMethodSubtypeSwitchingController mSwitchingController; field in class:InputMethodManagerService
881 mSwitchingController = InputMethodSubtypeSwitchingController.createInstanceLocked(
1916 // mSwitchingController and mSettings should be able to share the same state.
1917 // TODO: Make sure that mSwitchingController and mSettings are sharing the
1919 mSwitchingController.resetCircularListLocked(mContext);
2464 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked(
2487 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked(
2581 mSwitchingController.onUserActionLocked(imi, mCurrentSubtype);
2967 // mSwitchingController and mSettings should be able to share the same state.
2968 // TODO: Make sure that mSwitchingController an
[all...]

Completed in 33 milliseconds