Home
last modified time | relevance | path

Searched refs:getSelectionEnd (Results 1 – 10 of 10) 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-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEditTextTest.java89 assertThat(editText.getSelectionEnd()).isEqualTo(3); in testSelectAll()
DShadowTextViewTest.java331 assertEquals(0, textView.getSelectionEnd()); in append_whenSelectionIsAtTheEnd_shouldKeepSelectionAtTheEnd()
336 assertEquals(3, textView.getSelectionEnd()); in append_whenSelectionIsAtTheEnd_shouldKeepSelectionAtTheEnd()
345 assertEquals(3, textView.getSelectionEnd()); in append_whenSelectionReachesToEnd_shouldExtendSelectionToTheEnd()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java271 int selectionStart = Math.min(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent()
272 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent()
573 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/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