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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java24 * The InputConnection interface is the communication channel from an
53 * this InputConnection interface, and sending commands through
96 * {@link InputConnection#setComposingText(CharSequence, int)},
97 * {@link InputConnection#setComposingRegion(int, int)} and
98 * {@link InputConnection#finishComposingText()}.
102 public interface InputConnection { interface
647 * generally is the view that is providing this InputConnection,
711 * their clients. Note that because the InputConnection protocol
739 * {@link InputConnection#requestCursorUpdates(int)} again with this flag off.

Completed in 2192 milliseconds