Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java47 private InputMethodManager mImm; field in InputMethodSettingsImpl
59 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE); in init()
60 mImi = getMyImi(context, mImm); in init()
187 final String summary = getEnabledSubtypesLabel(mContext, mImm, mImi); in updateSubtypeEnabler()
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java155 private InputMethodManager mImm; field in DumpActivity
168 mImm = getSystemService(InputMethodManager.class); in onCreate()
343 mImm.hideSoftInputFromWindow(mAcCommandLine.getWindowToken(), 0); in hideIme()