Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureEvent.java164 private int mComposingEnd = MAX_INVALID_VALUE; field in ContentCaptureEvent
280 mComposingEnd = end; in setComposingIndex()
299 return mComposingStart == other.mComposingStart && mComposingEnd == other.mComposingEnd; in hasSameComposingSpan()
312 return mComposingEnd; in getComposingEnd()
325 || mComposingEnd <= MAX_INVALID_VALUE) { in restoreComposingSpan()
330 mComposingEnd); in restoreComposingSpan()
523 pw.print(", "); pw.print(mComposingEnd); pw.print(")"); in dump()
570 .append(mComposingStart).append(",").append(mComposingEnd).append("]"); in toString()
608 parcel.writeInt(mComposingEnd); in writeToParcel()