Searched refs:timeRange (Results 1 – 2 of 2) sorted by relevance
95 const timeRange = TimelineUtils.getTimeRangeForTransition( constant100 if (!timeRange) {107 this.drawSegment(timeRange.from, timeRange.to, rowToUse, aborted);124 const timeRange = TimelineUtils.getTimeRangeForTransition( constant130 if (!timeRange) {134 const rect = this.getSegmentRect(timeRange.from, timeRange.to, rowToUse);161 const timeRange = TimelineUtils.getTimeRangeForTransition( constant167 if (!timeRange) {172 const rect = this.getSegmentRect(timeRange.from, timeRange.to, rowToUse);243 const timeRange = TimelineUtils.getTimeRangeForTransition( constant[all …]
126 const timeRange = TimelineUtils.getTimeRangeForTransition( constant132 if (!timeRange) {137 from: transformer.transform(timeRange.from),138 to: transformer.transform(timeRange.to),