Home
last modified time | relevance | path

Searched defs:this (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_impl.ts88 this.handler = new CanvasMouseHandlerImpl( property in MiniTimelineDrawerImpl
94 this.activePointer = new DraggableCanvasObjectImpl( property in MiniTimelineDrawerImpl
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger.ts285 const result = await this.traceProcessor.query(sql).waitAllRows(); method in ParserSurfaceFlinger
/development/tools/winscope/src/viewers/viewer_view_capture/
Dpresenter.ts246 this.windowNames = await Promise.all(promisesWindowName); property in Presenter