Searched refs:mComposingText (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java57 private final CharSequence mComposingText; field in class:CursorAnchorInfo
127 mComposingText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
149 TextUtils.writeToParcel(mComposingText, dest, flags);
171 hash += Objects.hashCode(mComposingText);
209 || !Objects.equals(mComposingText, that.mComposingText)) {
232 + " mComposingText=" + Objects.toString(mComposingText)
250 private CharSequence mComposingText = null; field in class:CursorAnchorInfo.Builder
280 mComposingText
[all...]

Completed in 1171 milliseconds