Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java843 final InputConnection mDummyInputConnection = new BaseInputConnection(this, false); field in InputMethodManager
938 mIInputContext = new ControlledInputConnectionWrapper(looper, mDummyInputConnection, this); in InputMethodManager()