Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPersistentState.java104 int selectionStart = prefs.getInt("selection-start", -1); in onResume() local
106 if (selectionStart != -1 && selectionEnd != -1) { in onResume()
107 mSaved.setSelection(selectionStart, selectionEnd); in onResume()
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts192 const selectionStart = assertDefined(this.selectionRange).from.getValueNs(); constant
198 (selectionEnd - selectionStart),