Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java65 private final CharSequence mComposingText; field in CursorAnchorInfo
137 mComposingText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source); in CursorAnchorInfo()
159 TextUtils.writeToParcel(mComposingText, dest, flags); in writeToParcel()
222 || !Objects.equals(mComposingText, that.mComposingText)) { in equals()
244 + " mComposingText=" + Objects.toString(mComposingText) in toString()
262 private CharSequence mComposingText = null; field in CursorAnchorInfo.Builder
292 mComposingText = null; in setComposingText()
295 mComposingText = new SpannedString(composingText); in setComposingText()
403 mComposingText = null; in reset()
420 mComposingText = builder.mComposingText; in CursorAnchorInfo()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63706 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mComposingText:Ljava/lang/CharSequence;
63720 Landroid/view/inputmethod/CursorAnchorInfo;->mComposingText:Ljava/lang/CharSequence;