Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts120 private readonly notifyHandler: (r: TimeRange) => void; property in RangeRuler
134 …constructor(timerShaftEL: TimerShaftElement, frame: Rect, range: TimeRange, notifyHandler: (r: Tim…
137 this.notifyHandler = notifyHandler;
195 if (this.notifyHandler) {
203 this.notifyHandler(this.range);
551 this.notifyHandler(this.range);
566 this.notifyHandler(this.range);
590 this.notifyHandler(this.range);
614 this.notifyHandler(this.range);
639 this.notifyHandler(this.range);
[all …]
DSportRuler.ts81 private readonly notifyHandler: property in SportRuler
103notifyHandler: (hoverFlag: Flag | undefined | null, selectFlag: Flag | undefined | null) => void,
108 this.notifyHandler = notifyHandler;
402 this.notifyHandler &&
403 this.notifyHandler(
414 this.notifyHandler &&
415 this.notifyHandler(
427 this.notifyHandler &&
428 this.notifyHandler(
723 this.notifyHandler &&
[all …]
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerTimeline.ts400 private readonly notifyHandler: (r: TimeRange) => void;
417 notifyHandler: (r: TimeRange) => void
421 this.notifyHandler = notifyHandler;
483 if (this.notifyHandler) {
517 this.notifyHandler(this.range);
/developtools/smartperf_host/ide/test/trace/component/trace/timer-shaft/
DRangeRuler.test.ts269 rangeRuler.notifyHandler = jest.fn(() => true);