Searched refs:mSelectionStartIndex (Results 1 – 1 of 1) sorted by relevance
173 private int mSelectionStartIndex = MAX_INVALID_VALUE; field in ContentCaptureEvent301 mSelectionStartIndex = start; in setSelectionIndex()311 return mSelectionStartIndex == other.mSelectionStartIndex in hasSameSelectionSpan()324 return mSelectionStartIndex; in getSelectionStart()345 if (mSelectionStartIndex <= MAX_INVALID_VALUE in restoreSelectionSpans()352 ss.setSpan(Selection.SELECTION_START, mSelectionStartIndex, mSelectionStartIndex, 0); in restoreSelectionSpans()533 if (mSelectionStartIndex > MAX_INVALID_VALUE) { in dump()534 pw.print(", selection("); pw.print(mSelectionStartIndex); in dump()580 if (mSelectionStartIndex > MAX_INVALID_VALUE) { in toString()582 .append(mSelectionStartIndex).append(",") in toString()[all …]