Searched refs:noteType (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/ui/src/frontend/ |
D | notes_panel.ts | 40 if (note.noteType === 'AREA') { 99 if ((note.noteType !== 'AREA' && !timeScale.timeInBounds(timestamp)) || 100 (note.noteType === 'AREA' && 118 if (note.noteType === 'AREA') { 128 ctx, left, size.height, note.color, note.noteType, isSelected); 197 noteType: 'DEFAULT'|'AREA'|'MOVIE', fill?: boolean) { 210 noteType === 'MOVIE' ? MOVIE : FLAG, x - iconPadding, height + 2); 213 noteType === 'MOVIE' ? MOVIE : FLAG, x - iconPadding, height + 2.5); 226 if (note.noteType === 'MOVIE') { 229 if (note.noteType === 'AREA') { [all …]
|
D | track_group_panel.ts | 223 if (note.noteType === 'DEFAULT') { 245 if (note.noteType === 'AREA') {
|
D | track_panel.ts | 345 if (note.noteType === 'DEFAULT') { 368 if (note.noteType === 'AREA') {
|
D | time_selection_panel.ts | 153 if (note.noteType === 'AREA' && !noteIsSelected) {
|
/external/perfetto/ui/src/common/ |
D | state.ts | 165 noteType: 'DEFAULT'|'MOVIE'; property 173 noteType: 'AREA'; property
|
D | actions.ts | 486 noteType: 'DEFAULT', 508 noteType: 'AREA', 540 noteType: 'AREA', 591 if (state.notes[args.id].noteType === 'MOVIE') {
|