Searched defs:selectionEnd (Results 1 – 6 of 6) sorted by relevance
| /external/perfetto/ui/src/frontend/ |
| D | analyze_page.ts | 86 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/ |
| D | EditorState.java | 52 public int selectionEnd = -1; field in EditorState
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowTextView.java | 50 protected int selectionEnd = -1; field in ShadowTextView
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowTextView.java | 29 protected int selectionEnd = -1; field in ShadowTextView
|
| /external/libtextclassifier/jni/com/google/android/textclassifier/ |
| D | AnnotatorModel.java | 191 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/ |
| D | ScriptEditor.java | 272 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local
|