Home
last modified time | relevance | path

Searched refs:getSelectionStart (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()
126 if (index.start == -1) index.start = getSelectionStart(); in transliterate()
DDemo.java1362 int start = text.getSelectionStart(); in handleBatchTransliterate()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java260 int start = mContentText.getSelectionStart(); in save()
271 int selectionStart = Math.min(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent()
272 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent()
360 int pos = mContentText.getSelectionStart(); in getLineNo()
572 int start = mContentText.getSelectionStart(); in onClick()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DTouchableMovementMethod.java62 lastEventResult = Selection.getSelectionStart(buffer) != -1; in onTouchEvent()
/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiElement.java152 public int getSelectionStart() { in getSelectionStart() method in BaseUiElement
163 final int selectionStart = getSelectionStart(); in hasSelection()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEditTextTest.java88 assertThat(editText.getSelectionStart()).isEqualTo(0); in testSelectAll()
DShadowTextViewTest.java332 assertEquals(0, textView.getSelectionStart()); in append_whenSelectionIsAtTheEnd_shouldKeepSelectionAtTheEnd()
337 assertEquals(3, textView.getSelectionStart()); in append_whenSelectionIsAtTheEnd_shouldKeepSelectionAtTheEnd()
346 assertEquals(0, textView.getSelectionStart()); in append_whenSelectionReachesToEnd_shouldExtendSelectionToTheEnd()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java148 attribs.put(Attribute.SELECTION_START, textView.getSelectionStart()); in call()
/external/droiddriver/src/io/appium/droiddriver/finders/
DByXPath.java162 Integer.toString(uiElement.getSelectionStart())); in buildDomNode()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java368 int start = calendars[index].text.getSelectionStart(); in textChanged()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java429 public int getSelectionStart() { in getSelectionStart() method in DumbTextComponent