Searched defs:InputConnection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java28 * The InputConnection interface is the communication channel from an
75 * this InputConnection interface, and sending commands through
118 * {@link InputConnection#setComposingText(CharSequence, int)},
119 * {@link InputConnection#setComposingRegion(int, int)} and
120 * {@link InputConnection#finishComposingText()}.
124 public interface InputConnection { interface
705 * generally is the view that is providing this InputConnection,
775 * their clients. Note that because the InputConnection protocol
803 * {@link InputConnection#requestCursorUpdates(int)} again with this flag off.

Completed in 53 milliseconds