Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java726 final int composingEnd; in notifyViewTextChanged() local
729 composingEnd = BaseInputConnection.getComposingSpanEnd((Spannable) text); in notifyViewTextChanged()
732 composingEnd = ContentCaptureEvent.MAX_INVALID_VALUE; in notifyViewTextChanged()
740 .setComposingIndex(composingStart, composingEnd) in notifyViewTextChanged()