Searched refs:mSelectionEnd (Results 1 – 4 of 4) sorted by relevance
57 public int mSelectionEnd = -1; field in EditorState86 mSelectionEnd = -1; in setByString()107 if (mSelectionStart != -1 || mSelectionEnd != -1) { in setByString()111 mSelectionStart = mSelectionEnd = sb.length(); in setByString()119 if (mSelectionEnd != -1) { in setByString()123 mSelectionEnd = sb.length(); in setByString()141 if (mSelectionStart == -1 || mSelectionEnd == -1) { in setByString()142 if (mSelectionEnd != -1) { in setByString()152 } else if (mSelectionStart > mSelectionEnd) { in setByString()184 Assert.assertEquals(expected.mSelectionEnd, mSelectionEnd); in assertEquals()
50 mTextView.setSelection(state.mSelectionStart, state.mSelectionEnd); in forwardDelete()61 state.mSelectionEnd = mTextView.getSelectionEnd(); in forwardDelete()
50 mTextView.setSelection(state.mSelectionStart, state.mSelectionEnd); in backspace()61 state.mSelectionEnd = mTextView.getSelectionEnd(); in backspace()
973 assertEquals("The editor has selection", state.mSelectionStart, state.mSelectionEnd); in moveCursorToRightCursorableOffset()977 state.mSelectionStart = state.mSelectionEnd = newOffset; in moveCursorToRightCursorableOffset()981 assertEquals("The editor has selection", state.mSelectionStart, state.mSelectionEnd); in moveCursorToLeftCursorableOffset()985 state.mSelectionStart = state.mSelectionEnd = newOffset; in moveCursorToLeftCursorableOffset()