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.java309 ControlledInputConnectionWrapper mServedInputConnectionWrapper;
536 private static class ControlledInputConnectionWrapper extends IInputConnectionWrapper { class in InputMethodManager
540 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, in ControlledInputConnectionWrapper() method in InputMethodManager.ControlledInputConnectionWrapper
610 mIInputContext = new ControlledInputConnectionWrapper(looper, in InputMethodManager()
1207 ControlledInputConnectionWrapper servedContext; in startInputInner()
1215 servedContext = new ControlledInputConnectionWrapper(vh.getLooper(), ic, this); in startInputInner()
/frameworks/base/
Dpreloaded-classes1578 android.view.inputmethod.InputMethodManager$ControlledInputConnectionWrapper