Searched refs:getSelectionEnd (Results 1 – 10 of 10) 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()
89 assertThat(editText.getSelectionEnd()).isEqualTo(3); in testSelectAll()
331 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()
271 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()
149 attribs.put(Attribute.SELECTION_END, textView.getSelectionEnd()); in call()
164 Integer.toString(uiElement.getSelectionEnd())); in buildDomNode()
369 int end = calendars[index].text.getSelectionEnd(); in textChanged()
433 public int getSelectionEnd() { in getSelectionEnd() method in DumbTextComponent