Home
last modified time | relevance | path

Searched refs:mSelectionEndIndex (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureEvent.java166 private int mSelectionEndIndex = MAX_INVALID_VALUE; field in ContentCaptureEvent
294 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()