/development/tools/winscope/src/viewers/viewer_screen_recording/ |
D | viewer_screen_recording_component.ts | 139 @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/ |
D | trace_view_component.ts | 124 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/ |
D | hierarchy_component.ts | 163 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} 186 this.elementRef.nativeElement.dispatchEvent(event); 194 this.elementRef.nativeElement.dispatchEvent(event); 202 this.elementRef.nativeElement.dispatchEvent(event);
|
D | properties_component.ts | 139 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in PropertiesComponent 146 this.elementRef.nativeElement.dispatchEvent(event); 154 this.elementRef.nativeElement.dispatchEvent(event);
|
D | surface_flinger_property_groups_component.ts | 345 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in SurfaceFlingerPropertyGroupsComponent 361 this.elementRef.nativeElement.dispatchEvent(event);
|
D | user_options_component.ts | 55 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in UserOptionsComponent 72 this.elementRef.nativeElement.dispatchEvent(event);
|
D | property_tree_node_data_view_component.ts | 56 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} 74 this.elementRef.nativeElement.dispatchEvent(customEvent);
|
D | ime_additional_properties_component.ts | 349 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in ImeAdditionalPropertiesComponent 537 this.elementRef.nativeElement.dispatchEvent(event); 552 this.elementRef.nativeElement.dispatchEvent(event);
|
D | tree_component.ts | 135 constructor(@Inject(ElementRef) public elementRef: ElementRef) { 136 this.nodeElement = elementRef.nativeElement.querySelector('.node'); 288 this.elementRef.nativeElement.dispatchEvent(event);
|
D | tree_node_component.ts | 98 constructor(@Inject(ElementRef) public elementRef: ElementRef) { 99 this.el = elementRef.nativeElement;
|
D | tree_component_test.ts | 118 treeComponent.elementRef.nativeElement.querySelector(`#nodeChild79`),
|
/development/tools/winscope/src/viewers/viewer_transitions/ |
D | viewer_transitions_component.ts | 229 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in ViewerTransitionsComponent 277 this.elementRef.nativeElement.dispatchEvent(customEvent);
|
/development/tools/winscope/src/viewers/viewer_protolog/ |
D | viewer_protolog_component.ts | 200 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} 267 this.elementRef.nativeElement.dispatchEvent(customEvent);
|
/development/tools/winscope/src/viewers/components/rects/ |
D | rects_component.ts | 323 @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/ |
D | viewer_transactions_component.ts | 267 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} 358 this.elementRef.nativeElement.dispatchEvent(customEvent);
|
/development/tools/winscope/src/viewers/common/ |
D | scroll_component_test_utils.ts | 76 viewport.elementRef.nativeElement.dispatchEvent(new Event('scroll'));
|