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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java286 ControlledInputConnectionWrapper mServedInputConnectionWrapper;
420 private static class ControlledInputConnectionWrapper extends IInputConnectionWrapper { class in class:InputMethodManager
424 public ControlledInputConnectionWrapper(final Looper mainLooper, final InputConnection conn, method in class:InputMethodManager.ControlledInputConnectionWrapper
484 mIInputContext = new ControlledInputConnectionWrapper(looper,
1074 ControlledInputConnectionWrapper servedContext;
1081 servedContext = new ControlledInputConnectionWrapper(vh.getLooper(), ic, this);

Completed in 51 milliseconds