Searched refs:selectionStart (Results 1 – 2 of 2) 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()
192 const selectionStart = assertDefined(this.selectionRange).from.getValueNs(); constant198 (selectionEnd - selectionStart),