Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java65 private final CharSequence mComposingText; field 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()
436 int hash = Objects.hashCode(mComposingText); in CursorAnchorInfo()
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java170 .append(mComposingText); in checkConsistencyForDebug()
236 mComposingText.setLength(0); in resetCachesUponCursorMoveAndReturnSuccess()
290 mComposingText.setLength(0); in finishComposingText()
311 mComposingText.setLength(0); in commitText()
368 if (!TextUtils.isEmpty(mComposingText)) { in getCursorCapsMode()
420 s.append(mComposingText.toString()); in getTextBeforeCursor()
482 mComposingText.setLength(0); in deleteTextBeforeCursor()
534 mComposingText.delete(mComposingText.length() - 1, mComposingText.length()); in sendKeyEvent()
590 mComposingText.setLength(0); in setComposingText()
591 mComposingText.append(text); in setComposingText()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63706 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mComposingText:Ljava/lang/CharSequence;
63720 Landroid/view/inputmethod/CursorAnchorInfo;->mComposingText:Ljava/lang/CharSequence;