Home
last modified time | relevance | path

Searched refs:editSelection (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/frontend/
Dpan_and_zoom_handler.ts96 private editSelection: (currentPx: number) => boolean; property in PanAndZoomHandler
107 editSelection,
115 editSelection: (currentPx: number) => boolean,
125 this.editSelection = editSelection;
152 edit = this.editSelection(x);
223 if (this.editSelection(this.mousePositionX)) {
Dviewer_page.ts130 editSelection: (currentPx: number) => {