Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java66 private final int mComposingTextStart; field in CursorAnchorInfo
161 mComposingTextStart = source.readInt(); in CursorAnchorInfo()
186 dest.writeInt(mComposingTextStart); in writeToParcel()
260 if (mComposingTextStart != that.mComposingTextStart in equals()
287 + " mComposingTextStart=" + mComposingTextStart in toString()
309 private int mComposingTextStart = -1; field in CursorAnchorInfo.Builder
342 mComposingTextStart = composingTextStart; in setComposingText()
522 mComposingTextStart = -1; in reset()
552 builder.mComposingTextStart, builder.mComposingText, builder.mInsertionMarkerFlags, in create()
570 mComposingTextStart = composingTextStart; in CursorAnchorInfo()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59741 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mComposingTextStart:I
59755 Landroid/view/inputmethod/CursorAnchorInfo;->mComposingTextStart:I