Home
last modified time | relevance | path

Searched refs:selectionEnd (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPersistentState.java105 int selectionEnd = prefs.getInt("selection-end", -1); in onResume() local
106 if (selectionStart != -1 && selectionEnd != -1) { in onResume()
107 mSaved.setSelection(selectionStart, selectionEnd); in onResume()