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()
429 builder.mComposingTextStart, builder.mComposingText, builder.mInsertionMarkerFlags, in create()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt80152 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mComposingText:Ljava/lang/CharSequence;
80166 Landroid/view/inputmethod/CursorAnchorInfo;->mComposingText:Ljava/lang/CharSequence;