Searched defs:selectionEnd (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/ui/src/frontend/ |
D | analyze_page.ts | 51 const {selectionStart, selectionEnd} = target; constant
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTextView.java | 50 protected int selectionEnd = -1; field in ShadowTextView
|
/external/libtextclassifier/jni/com/google/android/textclassifier/ |
D | AnnotatorModel.java | 190 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/ |
D | ScriptEditor.java | 272 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local
|