Lines Matching refs:frontendLocalState
107 const selection = globals.frontendLocalState.selectedArea;
112 globals.frontendLocalState.areaY.start === undefined ||
113 globals.frontendLocalState.areaY.end === undefined ||
123 if (globals.frontendLocalState.areaY.start + TOPBAR_HEIGHT <
125 globals.frontendLocalState.areaY.start + TOPBAR_HEIGHT >
133 globals.frontendLocalState.timeScale.timeToPx(area.startSec),
134 globals.frontendLocalState.timeScale.timeToPx(area.endSec),
135 globals.frontendLocalState.areaY.start + TOPBAR_HEIGHT,
136 globals.frontendLocalState.areaY.end + TOPBAR_HEIGHT);
155 globals.frontendLocalState.selectArea(area.startSec, area.endSec, tracks);
156 this.prevAreaSelection = globals.frontendLocalState.selectedArea;
239 globals.frontendLocalState.timeScale.setLimitsPx(
288 clientRect.width - globals.frontendLocalState.getScrollbarWidth();
375 const selection = globals.frontendLocalState.selectedArea;
378 globals.frontendLocalState.areaY.start === undefined ||
379 globals.frontendLocalState.areaY.end === undefined ||
380 !globals.frontendLocalState.selectingArea) {
410 const startX = globals.frontendLocalState.timeScale.timeToPx(area.startSec);
411 const endX = globals.frontendLocalState.timeScale.timeToPx(area.endSec);