Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/
Dtimeline_utils.ts24 fullTimeRange: TimeRange,
53 const timeRangeMin = fullTimeRange.from.getValueNs();
54 const timeRangeMax = fullTimeRange.to.getValueNs();
/development/tools/winscope/src/app/
Dtimeline_data.ts166 const fullTimeRange = new TimeRange( constant
174 fullTimeRange.from.getValueNs() ||
176 fullTimeRange.to.getValueNs()
178 this.lastReturnedFullTimeRange = fullTimeRange;