Home
last modified time | relevance | path

Searched defs:currentSelection (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/ui/src/controller/
Darea_selection_handler.ts22 const currentSelection = globals.state.currentSelection; constant
27 const selectedArea = globals.state.areas[currentSelection.areaId]; constant
/external/perfetto/ui/src/tracks/thread_state/
Dindex.ts246 const currentSelection = globals.state.currentSelection; constant
/external/skia/tools/viewer/
DSkottieTextEditor.cpp93 std::tuple<size_t, size_t> SkottieTextEditor::currentSelection() const { in currentSelection() function in SkottieTextEditor
/external/perfetto/ui/src/tracks/chrome_slices/
Dindex.ts261 const currentSelection = globals.state.currentSelection; constant
/external/perfetto/ui/src/common/
Dstate.ts552 currentSelection: Selection|null; property