Home
last modified time | relevance | path

Searched defs:elementRef (Results 1 – 7 of 7) sorted by relevance

/development/tools/winscope/src/viewers/components/
Dsurface_flinger_property_groups_component.ts378 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in SurfaceFlingerPropertyGroupsComponent
Duser_options_component.ts55 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in UserOptionsComponent
Dproperties_component.ts131 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in PropertiesComponent
Dime_additional_properties_component.ts352 constructor(@Inject(ElementRef) private elementRef: ElementRef) {} property in ImeAdditionalPropertiesComponent
/development/tools/winscope/src/viewers/viewer_media_based/
Dviewer_media_based_component.ts200 @Inject(ElementRef) private elementRef: ElementRef<HTMLElement>, property in ViewerMediaBasedComponent
/development/tools/winscope/src/app/components/
Dtrace_view_component.ts277 @Inject(ElementRef) private elementRef: ElementRef, property in TraceViewComponent
/development/tools/winscope/src/viewers/viewer_search/
Dviewer_search_component.ts423 constructor(@Inject(ElementRef) private elementRef: ElementRef<HTMLElement>) { property in ViewerSearchComponent