Searched refs:selectionRange (Results 1 – 5 of 5) sorted by relevance
/development/tools/winscope/src/app/components/timeline/expanded-timeline/ |
D | transition_timeline_component.ts | 68 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 …]
|
D | default_timeline_row_component.ts | 59 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();
|
D | transition_timeline_component_test.ts | 127 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(
|
D | abstract_timeline_row_component.ts | 39 @Input() selectionRange: TimeRange | undefined; property in AbstractTimelineRowComponent
|
D | default_timeline_row_component_test.ts | 285 component.selectionRange = new TimeRange(
|