Home
last modified time | relevance | path

Searched defs:visibleState (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/controller/
Dtrack_controller.ts234 const visibleState = globals.state.frontendLocalState.visibleState; constant
239 const dur = visibleState.endSec - visibleState.startSec; constant
Dsearch_controller.ts75 const visibleState = this.app.state.frontendLocalState.visibleState; constant
/external/perfetto/ui/src/common/
Dstate.ts156 visibleState: VisibleState; property