Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dtrack_panel.ts34 function isPinned(id: string) { function
98 i: isPinned(attrs.trackState.id) ? STAR : STAR_BORDER,
99 tooltip: isPinned(attrs.trackState.id) ? 'Unpin' : 'Pin to top',
100 showButton: isPinned(attrs.trackState.id),
/external/perfetto/ui/src/common/
Dactions.ts371 const isPinned = state.pinnedTracks.includes(id); constant
374 if (isPinned) {