Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java53 private final int mComposingTextStart; field in CursorAnchorInfo
126 mComposingTextStart = source.readInt(); in CursorAnchorInfo()
148 dest.writeInt(mComposingTextStart); in writeToParcel()
169 hash += mSelectionStart + mSelectionEnd + mComposingTextStart; in hashCode()
208 if (mComposingTextStart != that.mComposingTextStart in equals()
231 + " mComposingTextStart=" + mComposingTextStart in toString()
249 private int mComposingTextStart = -1; field in CursorAnchorInfo.Builder
278 mComposingTextStart = composingTextStart; in setComposingText()
387 mComposingTextStart = -1; in reset()
405 mComposingTextStart = builder.mComposingTextStart; in CursorAnchorInfo()
[all …]