Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureEvent.java172 private int mComposingEnd = MAX_INVALID_VALUE; field in ContentCaptureEvent
288 mComposingEnd = end; in setComposingIndex()
307 return mComposingStart == other.mComposingStart && mComposingEnd == other.mComposingEnd; in hasSameComposingSpan()
320 return mComposingEnd; in getComposingEnd()
333 || mComposingEnd <= MAX_INVALID_VALUE) { in restoreComposingSpan()
338 mComposingEnd); in restoreComposingSpan() local
531 pw.print(", "); pw.print(mComposingEnd); pw.print(")"); in dump()
578 .append(mComposingStart).append(",").append(mComposingEnd).append("]"); in toString()
616 parcel.writeInt(mComposingEnd); in writeToParcel()