/development/tools/winscope/src/viewers/components/ |
D | hierarchy_component.ts | 167 @Inject(ElementRef) private elementRef: ElementRef<HTMLElement>, 199 this.elementRef.nativeElement.dispatchEvent(event); 207 this.elementRef.nativeElement.dispatchEvent(event); 215 this.elementRef.nativeElement.dispatchEvent(event); 229 const domRect = this.elementRef.nativeElement.getBoundingClientRect(); 242 this.elementRef.nativeElement.dispatchEvent(arrowEvent); 245 this.elementRef.nativeElement.dispatchEvent(arrowEvent);
|
D | property_tree_node_data_view_component.ts | 69 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} 88 this.elementRef.nativeElement.dispatchEvent(customEvent); 96 this.elementRef.nativeElement.dispatchEvent(event);
|
D | properties_component.ts | 131 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in PropertiesComponent 138 this.elementRef.nativeElement.dispatchEvent(event); 146 this.elementRef.nativeElement.dispatchEvent(event);
|
D | surface_flinger_property_groups_component.ts | 378 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in SurfaceFlingerPropertyGroupsComponent 394 this.elementRef.nativeElement.dispatchEvent(event);
|
D | log_component.ts | 270 @Inject(ElementRef) private elementRef: ElementRef<HTMLElement>, 372 this.elementRef.nativeElement, 416 this.elementRef.nativeElement.querySelector<HTMLElement>('.table-header'); 420 const el = this.scrollComponent?.elementRef.nativeElement; 441 this.elementRef.nativeElement.dispatchEvent(customEvent);
|
D | user_options_component.ts | 55 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in UserOptionsComponent 72 this.elementRef.nativeElement.dispatchEvent(event);
|
D | ime_additional_properties_component.ts | 352 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in ImeAdditionalPropertiesComponent 540 this.elementRef.nativeElement.dispatchEvent(event); 555 this.elementRef.nativeElement.dispatchEvent(event);
|
D | tree_component.ts | 138 @Inject(ElementRef) public elementRef: ElementRef, 141 this.nodeElement = elementRef.nativeElement.querySelector('.node'); 302 this.elementRef.nativeElement.dispatchEvent(event);
|
D | tree_node_component.ts | 117 constructor(@Inject(ElementRef) public elementRef: ElementRef) { 118 this.el = elementRef.nativeElement;
|
/development/tools/winscope/src/viewers/viewer_media_based/ |
D | viewer_media_based_component.ts | 200 @Inject(ElementRef) private elementRef: ElementRef<HTMLElement>, property in ViewerMediaBasedComponent 275 this.elementRef.nativeElement.dispatchEvent(event); 290 this.elementRef.nativeElement.querySelector<HTMLVideoElement>('video'); 301 this.elementRef.nativeElement.querySelector<HTMLImageElement>('img'); 320 this.elementRef.nativeElement.querySelector<HTMLVideoElement>('video'); 329 this.elementRef.nativeElement.querySelector<HTMLElement>('.container'), 333 this.elementRef.nativeElement.querySelector('.header')?.clientHeight ??
|
/development/tools/winscope/src/viewers/viewer_search/ |
D | viewer_search_component.ts | 423 constructor(@Inject(ElementRef) private elementRef: ElementRef<HTMLElement>) { property in ViewerSearchComponent 450 this.elementRef.nativeElement.dispatchEvent(event); 464 this.elementRef.nativeElement.dispatchEvent(event); 474 this.elementRef.nativeElement.dispatchEvent(event); 487 this.elementRef.nativeElement.dispatchEvent(event); 494 this.elementRef.nativeElement.dispatchEvent(event); 527 finalComponent.elementRef.nativeElement.scrollIntoView(); 652 this.elementRef.nativeElement.dispatchEvent(event);
|
D | active_search_component.ts | 158 @Inject(ElementRef) readonly elementRef: ElementRef<HTMLElement>,
|
/development/tools/winscope/src/viewers/components/rects/ |
D | rects_component.ts | 463 @Inject(ElementRef) private elementRef: ElementRef<HTMLElement>, 485 this.elementRef.nativeElement.querySelector<HTMLElement>( 771 this.elementRef.nativeElement.dispatchEvent( 782 this.elementRef.nativeElement.dispatchEvent( 817 this.elementRef.nativeElement.dispatchEvent( 972 this.elementRef.nativeElement.dispatchEvent(event);
|
/development/tools/winscope/src/app/components/ |
D | trace_view_component.ts | 277 @Inject(ElementRef) private elementRef: ElementRef, property in TraceViewComponent 474 this.elementRef.nativeElement.querySelector('.overlay-container'), 494 this.elementRef.nativeElement.querySelector('.trace-view-content'),
|
/development/tools/winscope/src/viewers/common/ |
D | scroll_component_tests.ts | 75 viewport.elementRef.nativeElement.dispatchEvent(new Event('scroll'));
|