Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts68 assertDefined(this.selectionRange);
97 assertDefined(this.selectionRange),
126 assertDefined(this.selectionRange),
163 assertDefined(this.selectionRange),
177 const start = assertDefined(this.selectionRange).from.getValueNs();
178 const end = assertDefined(this.selectionRange).to.getValueNs();
192 const selectionStart = assertDefined(this.selectionRange).from.getValueNs();
193 const selectionEnd = assertDefined(this.selectionRange).to.getValueNs();
245 assertDefined(this.selectionRange),
279 assertDefined(this.selectionRange),
[all …]
Ddefault_timeline_row_component.ts59 assertDefined(this.selectionRange);
87 assertDefined(this.selectionRange).from,
88 assertDefined(this.selectionRange).to.add(1n),
149 const start = assertDefined(this.selectionRange).from.getValueNs();
150 const end = assertDefined(this.selectionRange).to.getValueNs();
159 const start = assertDefined(this.selectionRange).from.getValueNs();
160 const end = assertDefined(this.selectionRange).to.getValueNs();
Dtransition_timeline_component_test.ts127 component.selectionRange = new TimeRange(time10, time110);
198 component.selectionRange = new TimeRange(time10, time110);
333 component.selectionRange = new TimeRange(time10, time110);
406 component.selectionRange = new TimeRange(time10, time110);
466 component.selectionRange = new TimeRange(time10, time110);
515 component.selectionRange = new TimeRange(time10, time110);
583 component.selectionRange = new TimeRange(
Dabstract_timeline_row_component.ts39 @Input() selectionRange: TimeRange | undefined; property in AbstractTimelineRowComponent
Ddefault_timeline_row_component_test.ts285 component.selectionRange = new TimeRange(