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

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java128 * returns its own fake editable that is just used for composing text;
190 * Default implementation replaces any existing composing text with
224 // ignore the composing text.
261 * The default implementation removes the composing state from the
430 * replacing any existing composing text. The new text is marked as
431 * in a composing state with the composing style.
594 boolean composing) {
602 // delete composing text set previously.
628 if (composing) {
593 replaceText(CharSequence text, int newCursorPosition, boolean composing) argument
[all...]

Completed in 30 milliseconds