Searched refs:getSelectionEnd (Results 1 – 11 of 11) sorted by relevance
116 int end = flush ? getSelectionEnd() : getSelectionStart(); in transliterate()166 replaceRange(result, 0, getSelectionEnd()); in transliterate()
1363 int end = text.getSelectionEnd(); in handleBatchTransliterate()
157 public int getSelectionEnd() { in getSelectionEnd() method in BaseUiElement164 final int selectionEnd = getSelectionEnd(); in hasSelection()
81 assertEquals(text.length(), autoCompleteTextView.getSelectionEnd()); in shouldReplaceTextAndUpdateSelection()
297 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()
270 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()
149 attribs.put(Attribute.SELECTION_END, textView.getSelectionEnd()); in call()
164 Integer.toString(uiElement.getSelectionEnd())); in buildDomNode()
503 public int getSelectionEnd() { in getSelectionEnd() method in ShadowTextView
369 int end = calendars[index].text.getSelectionEnd(); in textChanged()
433 public int getSelectionEnd() { in getSelectionEnd() method in DumbTextComponent