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

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java256 private final InputMethodSubtypeSwitchingController mSwitchingController; field in class:InputMethodManagerService
1316 mSwitchingController = InputMethodSubtypeSwitchingController.createInstanceLocked(
2352 // mSwitchingController and mSettings should be able to share the same state.
2353 // TODO: Make sure that mSwitchingController and mSettings are sharing the
2355 mSwitchingController.resetCircularListLocked(mContext);
2928 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked(
2949 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked(
3059 mSwitchingController.onUserActionLocked(imi, mCurrentSubtype);
3368 final ImeSubtypeListItem nextSubtype = mSwitchingController.getNextInputMethodLocked(
3527 // mSwitchingController an
[all...]

Completed in 33 milliseconds