Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java67 private InputMethodManagerCompatWrapper mImmWrapper; field in RichInputMethodManager
85 return mImmWrapper != null; in isInitialized()
98 mImmWrapper = new InputMethodManagerCompatWrapper(context); in initInternal()
101 mImmWrapper.mImm, context.getPackageName()); in initInternal()
106 mImmWrapper.mImm.setAdditionalInputMethodSubtypes( in initInternal()
122 return mImmWrapper.mImm; in getInputMethodManager()
132 if (mImmWrapper.switchToNextInputMethod(token, onlyCurrentIme)) { in switchToNextInputMethod()
145 final InputMethodManager imm = mImmWrapper.mImm; in switchToNextInputSubtypeInThisIme()
167 final InputMethodManager imm = mImmWrapper.mImm; in switchToNextInputMethodAndSubtype()
359 final List<InputMethodInfo> enabledImis = mImmWrapper.mImm.getEnabledInputMethodList(); in hasMultipleEnabledIMEsOrSubtypes()
[all …]