Searched refs:currentSelection (Results 1 – 16 of 16) sorted by relevance
31 if (!selectedArea && globals.state.currentSelection !== null) {68 const selection = globals.state.currentSelection;92 globals.state.currentSelection) {93 const tracks = globals.state.currentSelection.trackId ?94 [globals.state.currentSelection.trackId] :101 const selection = globals.state.currentSelection;
246 if (globals.state.currentSelection != null &&247 globals.state.currentSelection.kind === 'NOTE') {249 Actions.removeNote({id: globals.state.currentSelection.id}));314 if (globals.state.currentSelection != null &&315 globals.state.currentSelection.kind === 'NOTE') {316 const curNote = globals.state.notes[globals.state.currentSelection.id];
218 if (globals.state.currentSelection !== null) {219 if (globals.state.currentSelection.kind === 'NOTE') {220 const note = globals.state.notes[globals.state.currentSelection.id];235 if (globals.state.currentSelection.kind === 'SLICE' &&
331 if (globals.state.currentSelection !== null) {332 if (globals.state.currentSelection.kind === 'NOTE') {333 const note = globals.state.notes[globals.state.currentSelection.id];349 if (globals.state.currentSelection.kind === 'SLICE' &&
172 const curSelection = globals.state.currentSelection;
99 const selection = globals.state.currentSelection;
135 const currentSelection = globals.state.currentSelection; constant136 if (currentSelection && currentSelection.kind === 'CHROME_SLICE' &&137 currentSelection.id !== undefined &&138 currentSelection.id === sliceId) {
365 state.currentSelection = {452 if (state.currentSelection === null) return;453 if (state.currentSelection.kind === 'NOTE' &&454 state.currentSelection.id === args.id) {455 state.currentSelection = null;460 state.currentSelection = {471 state.currentSelection = {483 state.currentSelection = {508 state.currentSelection = {538 state.currentSelection = {[all …]
273 currentSelection: Selection|null; property730 currentSelection: null,
667 int[] currentSelection = new int[logBitrates.length]; in getAllocationCheckpoints() local668 setCheckpointValues(checkpoints, /* checkpointIndex= */ 1, trackBitrates, currentSelection); in getAllocationCheckpoints()673 if (currentSelection[i] + 1 == logBitrates[i].length) { in getAllocationCheckpoints()676 double switchPoint = switchPoints[i][currentSelection[i]]; in getAllocationCheckpoints()682 currentSelection[nextUpdateIndex]++; in getAllocationCheckpoints()683 setCheckpointValues(checkpoints, checkpointIndex, trackBitrates, currentSelection); in getAllocationCheckpoints()
37 const selection = globals.state.currentSelection;96 const selection = globals.state.currentSelection;193 const selection = globals.state.currentSelection;
36 const selection = globals.state.currentSelection;
60 const selection = globals.state.currentSelection;
62 const selection = globals.state.currentSelection;
126 const selection = globals.state.currentSelection;
179 const selection = globals.state.currentSelection;