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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java309 ControlledInputConnectionWrapper mServedInputConnectionWrapper;
536 private static class ControlledInputConnectionWrapper extends IInputConnectionWrapper { class in class:InputMethodManager
540 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, method in class:InputMethodManager.ControlledInputConnectionWrapper
610 mIInputContext = new ControlledInputConnectionWrapper(looper,
1207 ControlledInputConnectionWrapper servedContext;
1215 servedContext = new ControlledInputConnectionWrapper(vh.getLooper(), ic, this);

Completed in 158 milliseconds