Searched refs:notifyHandler (Results 1 – 4 of 4) sorted by relevance
120 private readonly notifyHandler: (r: TimeRange) => void; property in RangeRuler134 …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 …]
81 private readonly notifyHandler: property in SportRuler103 … notifyHandler: (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 …]
400 private readonly notifyHandler: (r: TimeRange) => void;417 notifyHandler: (r: TimeRange) => void421 this.notifyHandler = notifyHandler;483 if (this.notifyHandler) {517 this.notifyHandler(this.range);
269 rangeRuler.notifyHandler = jest.fn(() => true);