Searched refs:mSelectionStartIndex (Results 1 – 1 of 1) sorted by relevance
165 private int mSelectionStartIndex = MAX_INVALID_VALUE; field in ContentCaptureEvent293 mSelectionStartIndex = start; in setSelectionIndex()303 return mSelectionStartIndex == other.mSelectionStartIndex in hasSameSelectionSpan()316 return mSelectionStartIndex; in getSelectionStart()337 if (mSelectionStartIndex <= MAX_INVALID_VALUE in restoreSelectionSpans()344 ss.setSpan(Selection.SELECTION_START, mSelectionStartIndex, mSelectionStartIndex, 0); in restoreSelectionSpans()525 if (mSelectionStartIndex > MAX_INVALID_VALUE) { in dump()526 pw.print(", selection("); pw.print(mSelectionStartIndex); in dump()572 if (mSelectionStartIndex > MAX_INVALID_VALUE) { in toString()574 .append(mSelectionStartIndex).append(",") in toString()[all …]