Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Danalyze_page.ts51 const {selectionStart, selectionEnd} = target; constant
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java50 protected int selectionEnd = -1; field in ShadowTextView
/external/libtextclassifier/jni/com/google/android/textclassifier/
DAnnotatorModel.java190 String context, int selectionBegin, int selectionEnd, SelectionOptions options) { in suggestSelection()
203 String context, int selectionBegin, int selectionEnd, ClassificationOptions options) { in classifyText()
216 int selectionEnd, in classifyText()
1227 long context, String text, int selectionBegin, int selectionEnd, SelectionOptions options); in nativeSuggestSelection()
1233 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