Home
last modified time | relevance | path

Searched defs:timelineComponent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/development/tools/winscope/src/app/components/timeline/
H A Dtimeline_component_test.ts144 const timelineComponent = assertDefined(component.timeline); constant
227 const timelineComponent = assertDefined(component.timeline); constant
315 const timelineComponent = assertDefined(component.timeline); constant
535 const timelineComponent = assertDefined(component.timeline); constant
705 const timelineComponent = assertDefined(component.timeline); constant
935 const timelineComponent = assertDefined(component.timeline); constant
957 const timelineComponent = assertDefined(component.timeline); constant
990 const timelineComponent = assertDefined(component.timeline); constant
1001 const timelineComponent = assertDefined(component.timeline); constant
1037 const timelineComponent = assertDefined(component.timeline); constant
[all …]
/aosp_15_r20/development/tools/winscope/src/app/
H A Dmediator_test.ts113 let timelineComponent: WinscopeEventEmitter & WinscopeEventListener; variable