Home
last modified time | relevance | path

Searched refs:elementRef (Results 1 – 16 of 16) sorted by relevance

/development/tools/winscope/src/viewers/viewer_screen_recording/
Dviewer_screen_recording_component.ts139 @Inject(ElementRef) private elementRef: ElementRef, property in ViewerScreenRecordingComponent
169 this.elementRef.nativeElement.querySelector('video');
199 this.elementRef.nativeElement.querySelector('img');
219 const container = this.elementRef.nativeElement.querySelector('.container');
222 this.elementRef.nativeElement.querySelector('.header').clientHeight;
/development/tools/winscope/src/app/components/
Dtrace_view_component.ts124 private elementRef: ElementRef; property in TraceViewComponent
128 constructor(@Inject(ElementRef) elementRef: ElementRef) {
129 this.elementRef = elementRef;
202 this.elementRef.nativeElement.querySelector('.overlay-container'),
220 this.elementRef.nativeElement.querySelector('.trace-view-content'),
/development/tools/winscope/src/viewers/components/
Dhierarchy_component.ts163 constructor(@Inject(ElementRef) private elementRef: ElementRef) {}
186 this.elementRef.nativeElement.dispatchEvent(event);
194 this.elementRef.nativeElement.dispatchEvent(event);
202 this.elementRef.nativeElement.dispatchEvent(event);
Dproperties_component.ts139 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in PropertiesComponent
146 this.elementRef.nativeElement.dispatchEvent(event);
154 this.elementRef.nativeElement.dispatchEvent(event);
Dsurface_flinger_property_groups_component.ts345 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in SurfaceFlingerPropertyGroupsComponent
361 this.elementRef.nativeElement.dispatchEvent(event);
Duser_options_component.ts55 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in UserOptionsComponent
72 this.elementRef.nativeElement.dispatchEvent(event);
Dproperty_tree_node_data_view_component.ts56 constructor(@Inject(ElementRef) private elementRef: ElementRef) {}
74 this.elementRef.nativeElement.dispatchEvent(customEvent);
Dime_additional_properties_component.ts349 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in ImeAdditionalPropertiesComponent
537 this.elementRef.nativeElement.dispatchEvent(event);
552 this.elementRef.nativeElement.dispatchEvent(event);
Dtree_component.ts135 constructor(@Inject(ElementRef) public elementRef: ElementRef) {
136 this.nodeElement = elementRef.nativeElement.querySelector('.node');
288 this.elementRef.nativeElement.dispatchEvent(event);
Dtree_node_component.ts98 constructor(@Inject(ElementRef) public elementRef: ElementRef) {
99 this.el = elementRef.nativeElement;
Dtree_component_test.ts118 treeComponent.elementRef.nativeElement.querySelector(`#nodeChild79`),
/development/tools/winscope/src/viewers/viewer_transitions/
Dviewer_transitions_component.ts229 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in ViewerTransitionsComponent
277 this.elementRef.nativeElement.dispatchEvent(customEvent);
/development/tools/winscope/src/viewers/viewer_protolog/
Dviewer_protolog_component.ts200 constructor(@Inject(ElementRef) private elementRef: ElementRef) {}
267 this.elementRef.nativeElement.dispatchEvent(customEvent);
/development/tools/winscope/src/viewers/components/rects/
Drects_component.ts323 @Inject(ElementRef) private elementRef: ElementRef,
349 this.elementRef.nativeElement.querySelector('.canvas-container');
567 this.elementRef.nativeElement.dispatchEvent(viewerEvent);
587 this.elementRef.nativeElement.dispatchEvent(
598 this.elementRef.nativeElement.dispatchEvent(
722 this.elementRef.nativeElement.dispatchEvent(event);
/development/tools/winscope/src/viewers/viewer_transactions/
Dviewer_transactions_component.ts267 constructor(@Inject(ElementRef) private elementRef: ElementRef) {}
358 this.elementRef.nativeElement.dispatchEvent(customEvent);
/development/tools/winscope/src/viewers/common/
Dscroll_component_test_utils.ts76 viewport.elementRef.nativeElement.dispatchEvent(new Event('scroll'));