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.ts180 const initialZoom = new TimeRange(timestamp15, timestamp16); constant
181 component.initialZoom = initialZoom;
185 expect(zoomRange.from).toEqual(initialZoom.from);
186 expect(zoomRange.to).toEqual(initialZoom.to);
232 const initialZoom = new TimeRange(timestamp15, timestamp16); constant
233 assertDefined(component.miniTimelineComponent).onZoomChanged(initialZoom);
242 expect(finalZoom).not.toBe(initialZoom);
248 const initialZoom = new TimeRange(timestamp700, timestamp810); constant
252 miniTimelineComponent.onZoomChanged(initialZoom);
267 checkZoomDifference(initialZoom, zoomedIn);
[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
212 if (this.initialZoom !== undefined) {
213 this.onZoomChanged(this.initialZoom);
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts484 initialZoom: TimeRange | undefined = undefined; property in TimelineComponent
558 this.initialZoom = new TimeRange(
Dtimeline_component_test.ts689 expect(timelineComponent.initialZoom).toEqual(