Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts95 const timeRange = TimelineUtils.getTimeRangeForTransition( constant
100 if (!timeRange) {
107 this.drawSegment(timeRange.from, timeRange.to, rowToUse, aborted);
124 const timeRange = TimelineUtils.getTimeRangeForTransition( constant
130 if (!timeRange) {
134 const rect = this.getSegmentRect(timeRange.from, timeRange.to, rowToUse);
161 const timeRange = TimelineUtils.getTimeRangeForTransition( constant
167 if (!timeRange) {
172 const rect = this.getSegmentRect(timeRange.from, timeRange.to, rowToUse);
243 const timeRange = TimelineUtils.getTimeRangeForTransition( constant
[all …]
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_input.ts126 const timeRange = TimelineUtils.getTimeRangeForTransition( constant
132 if (!timeRange) {
137 from: transformer.transform(timeRange.from),
138 to: transformer.transform(timeRange.to),