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.java52 private InputMethodManagerCompatWrapper mImmWrapper; field in RichInputMethodManager
71 return mImmWrapper != null; in isInitialized()
84 mImmWrapper = new InputMethodManagerCompatWrapper(context); in initInternal()
86 mImmWrapper.mImm, context.getPackageName()); in initInternal()
104 return mImmWrapper.mImm; in getInputMethodManager()
114 if (mImmWrapper.switchToNextInputMethod(token, onlyCurrentIme)) { in switchToNextInputMethod()
127 final InputMethodManager imm = mImmWrapper.mImm; in switchToNextInputSubtypeInThisIme()
149 final InputMethodManager imm = mImmWrapper.mImm; in switchToNextInputMethodAndSubtype()
302 final InputMethodSubtype currentSubtype = mImmWrapper.mImm.getCurrentInputMethodSubtype(); in getCurrentInputMethodSubtype()
307 final List<InputMethodInfo> enabledImis = mImmWrapper.mImm.getEnabledInputMethodList(); in hasMultipleEnabledIMEsOrSubtypes()
[all …]