Home
last modified time | relevance | path

Searched defs:selectedArea (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/ui/src/controller/
Darea_selection_handler_unittest.ts29 const [hasAreaChanged, selectedArea] = areaSelectionHandler.getAreaChange(); constant
53 const [hasAreaChanged, selectedArea] = areaSelectionHandler.getAreaChange(); constant
65 const [hasAreaChanged, selectedArea] = areaSelectionHandler.getAreaChange(); constant
91 const [hasAreaChanged, selectedArea] = areaSelectionHandler.getAreaChange(); constant
117 const [hasAreaChanged, selectedArea] = areaSelectionHandler.getAreaChange(); constant
130 const [hasAreaChanged, selectedArea] = areaSelectionHandler.getAreaChange(); constant
Darea_selection_handler.ts27 const selectedArea = globals.state.areas[currentSelection.areaId]; constant
/external/perfetto/ui/src/frontend/
Dtrack_group_panel.ts98 const selectedArea = globals.state.areas[selection.areaId]; constant
193 const selectedArea = globals.state.areas[selection.areaId]; constant
194 const selectedAreaDuration = selectedArea.end - selectedArea.start; constant
Dtrack_panel.ts61 const selectedArea = globals.state.areas[selection.areaId]; constant
371 const selectedArea = globals.state.areas[selection.areaId]; constant
372 const selectedAreaDuration = selectedArea.end - selectedArea.start; constant
Dtime_selection_panel.ts164 const selectedArea = globals.state.areas[selection.areaId]; constant
178 const selectedArea = globals.state.areas[note.areaId]; constant
Daggregation_panel.ts114 const selectedArea = globals.state.areas[selection.areaId]; constant
Dkeyboard_event_handler.ts236 const selectedArea = globals.state.areas[selection.areaId]; constant