Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflow_events_renderer.ts187 const beginYConnection = constant
192 if (!beginYConnection || !endYConnection) {
198 if (beginYConnection.connection === 'TRACK_GROUP') {
199 beginDir = beginYConnection.y > endYConnection.y ? 'DOWN' : 'UP';
202 endDir = endYConnection.y > beginYConnection.y ? 'DOWN' : 'UP';
207 y: beginYConnection.y,