Searched refs:mComposingText (Results 1 – 3 of 3) sorted by relevance
65 private final CharSequence mComposingText; field in CursorAnchorInfo159 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.Builder292 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 …]
170 .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 …]
63706 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mComposingText:Ljava/lang/CharSequence;63720 Landroid/view/inputmethod/CursorAnchorInfo;->mComposingText:Ljava/lang/CharSequence;