Searched refs:mComposingEnd (Results 1 – 1 of 1) sorted by relevance
164 private int mComposingEnd = MAX_INVALID_VALUE; field in ContentCaptureEvent280 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()