Home
last modified time | relevance | path

Searched defs:selectionEnd (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/ui/src/frontend/
Danalyze_page.ts86 const {selectionStart, selectionEnd} = target; constant
123 const {selectionStart, selectionEnd} = target; constant
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/testing/text/
DEditorState.java52 public int selectionEnd = -1; field in EditorState
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java50 protected int selectionEnd = -1; field in ShadowTextView
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java29 protected int selectionEnd = -1; field in ShadowTextView
/external/libtextclassifier/jni/com/google/android/textclassifier/
DAnnotatorModel.java191 String context, int selectionBegin, int selectionEnd, SelectionOptions options) { in suggestSelection()
204 String context, int selectionBegin, int selectionEnd, ClassificationOptions options) { in classifyText()
217 int selectionEnd, in classifyText()
1294 long context, String text, int selectionBegin, int selectionEnd, SelectionOptions options); in nativeSuggestSelection()
1300 int selectionEnd, in nativeClassifyText()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java272 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local