Searched refs:getSelectionStart (Results 1 – 11 of 11) sorted by relevance
116 int end = flush ? getSelectionEnd() : getSelectionStart(); in transliterate()126 if (index.start == -1) index.start = getSelectionStart(); in transliterate()
1362 int start = text.getSelectionStart(); in handleBatchTransliterate()
260 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()
62 lastEventResult = Selection.getSelectionStart(buffer) != -1; in onTouchEvent()
152 public int getSelectionStart() { in getSelectionStart() method in BaseUiElement163 final int selectionStart = getSelectionStart(); in hasSelection()
88 assertThat(editText.getSelectionStart()).isEqualTo(0); in testSelectAll()
332 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()
148 attribs.put(Attribute.SELECTION_START, textView.getSelectionStart()); in call()
162 Integer.toString(uiElement.getSelectionStart())); in buildDomNode()
368 int start = calendars[index].text.getSelectionStart(); in textChanged()
429 public int getSelectionStart() { in getSelectionStart() method in DumbTextComponent