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

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java129 * returns its own fake editable that is just used for composing text;
191 * Default implementation replaces any existing composing text with
225 // ignore the composing text.
262 * The default implementation removes the composing state from the
432 * replacing any existing composing text. The new text is marked as
433 * in a composing state with the composing style.
597 boolean composing) {
605 // delete composing text set previously.
631 if (composing) {
596 replaceText(CharSequence text, int newCursorPosition, boolean composing) argument
[all...]

Completed in 31 milliseconds