Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureEvent.java157 public static final int MAX_INVALID_VALUE = -1; field in ContentCaptureEvent
171 private int mComposingStart = MAX_INVALID_VALUE;
172 private int mComposingEnd = MAX_INVALID_VALUE;
173 private int mSelectionStartIndex = MAX_INVALID_VALUE;
174 private int mSelectionEndIndex = MAX_INVALID_VALUE;
295 return mComposingStart > MAX_INVALID_VALUE; in hasComposingSpan()
332 if (mComposingStart <= MAX_INVALID_VALUE in restoreComposingSpan()
345 if (mSelectionStartIndex <= MAX_INVALID_VALUE in restoreSelectionSpans()
529 if (mComposingStart > MAX_INVALID_VALUE) { in dump()
533 if (mSelectionStartIndex > MAX_INVALID_VALUE) { in dump()
[all …]
H A DMainContentCaptureSession.java820 composingStart = ContentCaptureEvent.MAX_INVALID_VALUE; in notifyViewTextChanged()
821 composingEnd = ContentCaptureEvent.MAX_INVALID_VALUE; in notifyViewTextChanged()