Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dviewer_page.ts41 function onTimeRangeBoundary(mousePos: number): 'START'|'END'|null { function
131 return onTimeRangeBoundary(currentPx) !== null;
151 const curBoundary = onTimeRangeBoundary(prevX);