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