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