Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dtrack_constants.ts36 export const TRACK_SHELL_WIDTH = getTrackShellWidth(); constant
Dpan_and_zoom_handler.ts145 const pos = this.mousePositionX - TRACK_SHELL_WIDTH; constant
211 const pos = this.mousePositionX - TRACK_SHELL_WIDTH; constant
Dviewer_page.ts235 const zoomPx = zoomedPositionPx - TRACK_SHELL_WIDTH; constant