Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component_test.ts145 const initialZoom = new TimeRange(timestamp15, timestamp16); constant
146 component.initialZoom = initialZoom;
148 expect(timelineData.getZoomRange()).toEqual(initialZoom);
158 expect(timelineData.getZoomRange()).toEqual(initialZoom);
159 expect(timelineData.getFullTimeRange()).not.toEqual(initialZoom);
188 const initialZoom = new TimeRange(timestamp15, timestamp16); constant
189 component.initialZoom = initialZoom;
193 expect(zoomRange.from).toEqual(initialZoom.from);
194 expect(zoomRange.to).toEqual(initialZoom.to);
240 const initialZoom = new TimeRange(timestamp15, timestamp16); constant
[all …]
Dslider_component_test.ts171 const initialZoom = assertDefined(component.zoomRange); constant
191 expect(finalZoom.from).not.toBe(initialZoom.from);
192 expect(finalZoom.to).not.toBe(initialZoom.to);
194 initialZoom.to.minus(initialZoom.from.getValueNs()).getValueNs(),
201 const initialZoom = assertDefined(component.zoomRange); constant
221 expect(finalZoom.from).not.toBe(initialZoom.from);
222 expect(finalZoom.to).toBe(initialZoom.to);
228 const initialZoom = assertDefined(component.zoomRange); constant
248 expect(finalZoom.from).toBe(initialZoom.from);
249 expect(finalZoom.to).not.toBe(initialZoom.to);
[all …]
Dmini_timeline_component.ts127 @Input() initialZoom: TimeRange | undefined; property in MiniTimelineComponent
216 if (this.initialZoom !== undefined) {
217 this.onZoomChanged(this.initialZoom);
331 this.initialZoom ?? assertDefined(this.timelineData).getFullTimeRange(),
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts516 initialZoom: TimeRange | undefined = undefined; property in TimelineComponent
595 this.initialZoom = new TimeRange(
Dtimeline_component_test.ts737 expect(timelineComponent.initialZoom).toEqual(