Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_impl.ts91 this.handler = new CanvasMouseHandlerImpl( property in MiniTimelineDrawerImpl
97 this.activePointer = new DraggableCanvasObjectImpl( property in MiniTimelineDrawerImpl
/development/tools/winscope/src/app/
Dloaded_parsers.ts90 this.legacyParsers = this.legacyParsers.filter( property in LoadedParsers
94 this.perfettoParsers = this.perfettoParsers.filter( property in LoadedParsers
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger.ts209 const result = await this.traceProcessor.queryAllRows(sql); method in ParserSurfaceFlinger
/development/tools/winscope/src/parsers/view_capture/perfetto/
Dparser_view_capture_window.ts196 const result = await this.traceProcessor.queryAllRows(sql); method in ParserViewCaptureWindow
/development/tools/winscope/src/viewers/viewer_view_capture/
Dpresenter.ts266 this.windowNames = await Promise.all(promisesWindowName); property in Presenter