Home
last modified time | relevance | path

Searched refs:onMouseXRatioUpdate (Results 1 – 4 of 4) sorted by relevance

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dabstract_timeline_row_component.ts45 @Output() readonly onMouseXRatioUpdate = new EventEmitter< property in AbstractTimelineRowComponent
174 this.onMouseXRatioUpdate.emit(event.offsetX / canvas.offsetWidth);
178 this.onMouseXRatioUpdate.emit(undefined);
Dexpanded_timeline_component.ts147 @Output() readonly onMouseXRatioUpdate = new EventEmitter< property in ExpandedTimelineComponent
Ddefault_timeline_row_component_test.ts254 const spy = spyOn(component.onMouseXRatioUpdate, 'emit');
Dtransition_timeline_component_test.ts434 const spy = spyOn(component.onMouseXRatioUpdate, 'emit');