Searched refs:onMouseXRatioUpdate (Results 1 – 4 of 4) sorted by relevance
45 @Output() readonly onMouseXRatioUpdate = new EventEmitter< property in AbstractTimelineRowComponent174 this.onMouseXRatioUpdate.emit(event.offsetX / canvas.offsetWidth);178 this.onMouseXRatioUpdate.emit(undefined);
147 @Output() readonly onMouseXRatioUpdate = new EventEmitter< property in ExpandedTimelineComponent
254 const spy = spyOn(component.onMouseXRatioUpdate, 'emit');
434 const spy = spyOn(component.onMouseXRatioUpdate, 'emit');