Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/
Dhierarchy_component.ts238 const arrowEvent = new CustomEvent( constant
242 this.elementRef.nativeElement.dispatchEvent(arrowEvent);
244 const arrowEvent = new CustomEvent(ViewerEvents.ArrowUpPress, details); constant
245 this.elementRef.nativeElement.dispatchEvent(arrowEvent);