Searched refs:mSelectionEndIndex (Results 1 – 1 of 1) sorted by relevance
166 private int mSelectionEndIndex = MAX_INVALID_VALUE; field in ContentCaptureEvent294 mSelectionEndIndex = end; in setSelectionIndex()304 && mSelectionEndIndex == other.mSelectionEndIndex; in hasSameSelectionSpan()320 return mSelectionEndIndex; in getSelectionEnd()338 || mSelectionEndIndex <= MAX_INVALID_VALUE) { in restoreSelectionSpans()345 ss.setSpan(Selection.SELECTION_END, mSelectionEndIndex, mSelectionEndIndex, 0); in restoreSelectionSpans()527 pw.print(", "); pw.print(mSelectionEndIndex); pw.print(")"); in dump()575 .append(mSelectionEndIndex).append("]"); in toString()610 parcel.writeInt(mSelectionEndIndex); in writeToParcel()