Home
last modified time | relevance | path

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

/external/libtextclassifier/java/com/google/android/textclassifier/
DAnnotatorModel.java124 String context, int selectionBegin, int selectionEnd, SelectionOptions options) { in suggestSelection()
137 String context, int selectionBegin, int selectionEnd, ClassificationOptions options) { in classifyText()
150 int selectionEnd, in classifyText()
574 long context, String text, int selectionBegin, int selectionEnd, SelectionOptions options); in nativeSuggestSelection()
580 int selectionEnd, in nativeClassifyText()
/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiElement.java164 final int selectionEnd = getSelectionEnd(); in hasSelection() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java50 protected int selectionEnd = -1; field in ShadowTextView
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java272 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local