Searched refs:selectionEnd (Results 1 – 1 of 1) sorted by relevance
105 int selectionEnd = prefs.getInt("selection-end", -1); in onResume() local106 if (selectionStart != -1 && selectionEnd != -1) { in onResume()107 mSaved.setSelection(selectionStart, selectionEnd); in onResume()