Home
last modified time | relevance | path

Searched refs:selectionEnd (Results 1 – 2 of 2) 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()
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts193 const selectionEnd = assertDefined(this.selectionRange).to.getValueNs(); constant
198 (selectionEnd - selectionStart),