Searched refs:MAX_INVALID_VALUE (Results 1 – 2 of 2) sorted by relevance
157 public static final int MAX_INVALID_VALUE = -1; field in ContentCaptureEvent171 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 …]
820 composingStart = ContentCaptureEvent.MAX_INVALID_VALUE; in notifyViewTextChanged()821 composingEnd = ContentCaptureEvent.MAX_INVALID_VALUE; in notifyViewTextChanged()