Searched defs:composingTextStart (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java284 * @param composingTextStart index where the composing text starts.
287 public Builder setComposingText(final int composingTextStart, argument
289 mComposingTextStart = composingTextStart;

Completed in 70 milliseconds