Home
last modified time | relevance | path

Searched refs:getSelectionEnd (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DTransliteratingTextComponent.java116 int end = flush ? getSelectionEnd() : getSelectionStart(); in transliterate()
166 replaceRange(result, 0, getSelectionEnd()); in transliterate()
DDemo.java1363 int end = text.getSelectionEnd(); in handleBatchTransliterate()
/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiElement.java157 public int getSelectionEnd() { in getSelectionEnd() method in BaseUiElement
164 final int selectionEnd = getSelectionEnd(); in hasSelection()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DShadowAutoCompleteTextViewTest.java81 assertEquals(text.length(), autoCompleteTextView.getSelectionEnd()); in shouldReplaceTextAndUpdateSelection()
DTextViewTest.java297 assertEquals(0, textView.getSelectionEnd()); in append_whenSelectionIsAtTheEnd_shouldKeepSelectionAtTheEnd()
302 assertEquals(3, textView.getSelectionEnd()); in append_whenSelectionIsAtTheEnd_shouldKeepSelectionAtTheEnd()
311 assertEquals(3, textView.getSelectionEnd()); in append_whenSelectionReachesToEnd_shouldExtendSelectionToTheEnd()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java270 int selectionStart = Math.min(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent()
271 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent()
572 int end = mContentText.getSelectionEnd(); in onClick()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java149 attribs.put(Attribute.SELECTION_END, textView.getSelectionEnd()); in call()
/external/droiddriver/src/io/appium/droiddriver/finders/
DByXPath.java164 Integer.toString(uiElement.getSelectionEnd())); in buildDomNode()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java503 public int getSelectionEnd() { in getSelectionEnd() method in ShadowTextView
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java369 int end = calendars[index].text.getSelectionEnd(); in textChanged()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java433 public int getSelectionEnd() { in getSelectionEnd() method in DumbTextComponent