Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java408 ControlledInputConnectionWrapper mServedInputConnectionWrapper;
749 private static class ControlledInputConnectionWrapper extends IInputConnectionWrapper { class in InputMethodManager
752 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, in ControlledInputConnectionWrapper() method in InputMethodManager.ControlledInputConnectionWrapper
938 mIInputContext = new ControlledInputConnectionWrapper(looper, mDummyInputConnection, this); in InputMethodManager()
1689 ControlledInputConnectionWrapper servedContext; in startInputInner()
1707 servedContext = new ControlledInputConnectionWrapper( in startInputInner()
1874 final ControlledInputConnectionWrapper ic; in checkFocusNoStartInput()
/frameworks/base/config/
Dpreloaded-classes4106 android.view.inputmethod.InputMethodManager$ControlledInputConnectionWrapper