Searched refs:initialZoom (Results 1 – 5 of 5) sorted by relevance
180 const initialZoom = new TimeRange(timestamp15, timestamp16); constant181 component.initialZoom = initialZoom;185 expect(zoomRange.from).toEqual(initialZoom.from);186 expect(zoomRange.to).toEqual(initialZoom.to);232 const initialZoom = new TimeRange(timestamp15, timestamp16); constant233 assertDefined(component.miniTimelineComponent).onZoomChanged(initialZoom);242 expect(finalZoom).not.toBe(initialZoom);248 const initialZoom = new TimeRange(timestamp700, timestamp810); constant252 miniTimelineComponent.onZoomChanged(initialZoom);267 checkZoomDifference(initialZoom, zoomedIn);[all …]
171 const initialZoom = assertDefined(component.zoomRange); constant191 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); constant221 expect(finalZoom.from).not.toBe(initialZoom.from);222 expect(finalZoom.to).toBe(initialZoom.to);228 const initialZoom = assertDefined(component.zoomRange); constant248 expect(finalZoom.from).toBe(initialZoom.from);249 expect(finalZoom.to).not.toBe(initialZoom.to);[all …]
127 @Input() initialZoom: TimeRange | undefined; property in MiniTimelineComponent212 if (this.initialZoom !== undefined) {213 this.onZoomChanged(this.initialZoom);
484 initialZoom: TimeRange | undefined = undefined; property in TimelineComponent558 this.initialZoom = new TimeRange(
689 expect(timelineComponent.initialZoom).toEqual(