Home
last modified time | relevance | path

Searched refs:hoveredLogsTimestamp (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/ui/src/frontend/
Dfrontend_local_state.ts71 hoveredLogsTimestamp = -1; property in FrontendLocalState
148 if (this.hoveredLogsTimestamp === ts) return;
149 this.hoveredLogsTimestamp = ts;
Dtime_selection_panel.ts145 if (globals.frontendLocalState.hoveredLogsTimestamp !== -1) {
147 ctx, size, globals.frontendLocalState.hoveredLogsTimestamp);
Dtrack_group_panel.ts212 if (localState.hoveredLogsTimestamp !== -1) {
216 localState.hoveredLogsTimestamp,
Dtrack_panel.ts334 if (localState.hoveredLogsTimestamp !== -1) {
338 localState.hoveredLogsTimestamp,