Searched refs:mComposingEnd (Results 1 – 1 of 1) sorted by relevance
172 private int mComposingEnd = MAX_INVALID_VALUE; field in ContentCaptureEvent288 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() local531 pw.print(", "); pw.print(mComposingEnd); pw.print(")"); in dump()578 .append(mComposingStart).append(",").append(mComposingEnd).append("]"); in toString()616 parcel.writeInt(mComposingEnd); in writeToParcel()