Searched refs:mSelectionStart (Results 1 – 4 of 4) sorted by relevance
56 public int mSelectionStart = -1; field in EditorState85 mSelectionStart = -1; in setByString()107 if (mSelectionStart != -1 || mSelectionEnd != -1) { in setByString()111 mSelectionStart = mSelectionEnd = sb.length(); in setByString()113 if (mSelectionStart != -1) { in setByString()117 mSelectionStart = sb.length(); in setByString()141 if (mSelectionStart == -1 || mSelectionEnd == -1) { in setByString()145 } else if (mSelectionStart != -1) { in setByString()152 } else if (mSelectionStart > mSelectionEnd) { in setByString()183 Assert.assertEquals(expected.mSelectionStart, mSelectionStart); in assertEquals()
50 mTextView.setSelection(state.mSelectionStart, state.mSelectionEnd); in forwardDelete()60 state.mSelectionStart = mTextView.getSelectionStart(); in forwardDelete()
50 mTextView.setSelection(state.mSelectionStart, state.mSelectionEnd); in backspace()60 state.mSelectionStart = mTextView.getSelectionStart(); in backspace()
1012 assertEquals("The editor has selection", state.mSelectionStart, state.mSelectionEnd); in moveCursorToRightCursorableOffset()1015 final int newOffset = layout.getOffsetToRightOf(state.mSelectionStart); in moveCursorToRightCursorableOffset()1016 state.mSelectionStart = state.mSelectionEnd = newOffset; in moveCursorToRightCursorableOffset()1020 assertEquals("The editor has selection", state.mSelectionStart, state.mSelectionEnd); in moveCursorToLeftCursorableOffset()1023 final int newOffset = layout.getOffsetToLeftOf(state.mSelectionStart); in moveCursorToLeftCursorableOffset()1024 state.mSelectionStart = state.mSelectionEnd = newOffset; in moveCursorToLeftCursorableOffset()