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.java66 private InputMethodManagerCompatWrapper mImmWrapper; field in RichInputMethodManager
84 return mImmWrapper != null; in isInitialized()
97 mImmWrapper = new InputMethodManagerCompatWrapper(context); in initInternal()
100 mImmWrapper.mImm, context.getPackageName()); in initInternal()
105 mImmWrapper.mImm.setAdditionalInputMethodSubtypes( in initInternal()
121 return mImmWrapper.mImm; in getInputMethodManager()
131 if (mImmWrapper.switchToNextInputMethod(token, onlyCurrentIme)) { in switchToNextInputMethod()
144 final InputMethodManager imm = mImmWrapper.mImm; in switchToNextInputSubtypeInThisIme()
166 final InputMethodManager imm = mImmWrapper.mImm; in switchToNextInputMethodAndSubtype()
358 final List<InputMethodInfo> enabledImis = mImmWrapper.mImm.getEnabledInputMethodList(); in hasMultipleEnabledIMEsOrSubtypes()
[all …]