Home
last modified time | relevance | path

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

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