Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/
Dapp_module.ts73 import {ExpandedTimelineComponent} from './components/timeline/expanded_timeline_component';
113 ExpandedTimelineComponent,
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component_test.ts38 import {ExpandedTimelineComponent} from './expanded_timeline_component';
74 ExpandedTimelineComponent,
111 By.directive(ExpandedTimelineComponent)
116 expandedTimelineElement = fixture.debugElement.query(By.directive(ExpandedTimelineComponent));
120 expandedTimelineElement = fixture.debugElement.query(By.directive(ExpandedTimelineComponent));
Dexpanded_timeline_component.ts141 export class ExpandedTimelineComponent { class