Home | History | Annotate | Download | only in method

Lines Matching refs:mSelectionEnd

62     public int mSelectionEnd = -1;
78 mSelectionEnd = -1;
99 if (mSelectionStart != -1 || mSelectionEnd != -1) {
103 mSelectionStart = mSelectionEnd = sb.length();
111 if (mSelectionEnd != -1) {
115 mSelectionEnd = sb.length();
133 if (mSelectionStart == -1 || mSelectionEnd == -1) {
134 if (mSelectionEnd != -1) {
144 } else if (mSelectionStart > mSelectionEnd) {
183 Assert.assertEquals(expected.mSelectionEnd, mSelectionEnd);