Searched refs:getRange (Results 1 – 8 of 8) sorted by relevance
144 timerShaftElement.rangeRuler.getRange = jest.fn(() => true);145 expect(timerShaftElement.getRange()).toBeTruthy();
326 getRange(): TimeRange | undefined { method in TimerShaftElement327 return this._rangeRuler?.getRange();
287 expect(rangeRuler.getRange().scale).toBe(50);
392 let startNS = tse.getRange()!.startNS;393 let endNS = tse.getRange()!.endNS;394 let duration = tse.getRange()!.totalNS;1067 …(tm.getRange()!.totalNS - Math.abs(tm.getRange()!.endNS - tm.getRange()!.startNS)) / tm.getRange()…
455 getRange:jest.fn(()=>true),
915 let range = getRange(timStamp, fileType, queryStartIndex, queryEndIndex);981 function getRange(timStamp: number, fileType: string, queryStartIndex: number, queryEndIndex: numbe… function
485 getRange(): TimeRange {
1776 let startNS = this.timerShaftEL?.getRange()?.startNS || 0;1777 let endNS = this.timerShaftEL?.getRange()?.endNS || 0;