Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/
Dhierarchy_component.ts167 @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);
Dproperty_tree_node_data_view_component.ts69 constructor(@Inject(ElementRef) private elementRef: ElementRef) {}
88 this.elementRef.nativeElement.dispatchEvent(customEvent);
96 this.elementRef.nativeElement.dispatchEvent(event);
Dproperties_component.ts131 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in PropertiesComponent
138 this.elementRef.nativeElement.dispatchEvent(event);
146 this.elementRef.nativeElement.dispatchEvent(event);
Dsurface_flinger_property_groups_component.ts378 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in SurfaceFlingerPropertyGroupsComponent
394 this.elementRef.nativeElement.dispatchEvent(event);
Dlog_component.ts270 @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);
Duser_options_component.ts55 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in UserOptionsComponent
72 this.elementRef.nativeElement.dispatchEvent(event);
Dime_additional_properties_component.ts352 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in ImeAdditionalPropertiesComponent
540 this.elementRef.nativeElement.dispatchEvent(event);
555 this.elementRef.nativeElement.dispatchEvent(event);
Dtree_component.ts138 @Inject(ElementRef) public elementRef: ElementRef,
141 this.nodeElement = elementRef.nativeElement.querySelector('.node');
302 this.elementRef.nativeElement.dispatchEvent(event);
Dtree_node_component.ts117 constructor(@Inject(ElementRef) public elementRef: ElementRef) {
118 this.el = elementRef.nativeElement;
/development/tools/winscope/src/viewers/viewer_media_based/
Dviewer_media_based_component.ts200 @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/
Dviewer_search_component.ts423 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);
Dactive_search_component.ts158 @Inject(ElementRef) readonly elementRef: ElementRef<HTMLElement>,
/development/tools/winscope/src/viewers/components/rects/
Drects_component.ts463 @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/
Dtrace_view_component.ts277 @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/
Dscroll_component_tests.ts75 viewport.elementRef.nativeElement.dispatchEvent(new Event('scroll'));