Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/
Dtimeline_utils.ts30 const aborted = transition.getChildByName('aborted')?.getValue() ?? false; constant
38 const finishOrAbortTimestamp: Timestamp | undefined = aborted
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts104 const aborted = assertDefined( constant
107 this.drawSegment(timeRange.from, timeRange.to, rowToUse, aborted);
227 aborted: boolean,
230 const alpha = aborted ? 0.25 : 1.0;
/development/tools/winscope/src/trace/
Dtransition.ts27 aborted: boolean; property
/development/tools/winscope/src/viewers/viewer_transitions/
Dpresenter.ts175 aborted: assertDefined(
Dviewer_transitions_component_test.ts288 aborted: false,