Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_view_capture/
Dpresenter.ts127 private viewCapturePackageNames: string[] = []; property in Presenter
174 this.viewCapturePackageNames,
210 if (this.viewCapturePackageNames.length > 0) {
221 this.viewCapturePackageNames = await Promise.all(promisesPackageName);
/development/tools/winscope/src/viewers/common/
Dui_rect_factory.ts26 viewCapturePackageNames: string[] = [],
45 viewCapturePackageNames.includes(
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts108 UI_RECT_FACTORY.makeUiRects(tree, this.viewCapturePackageNames),
136 private viewCapturePackageNames: string[] = []; property in Presenter
150 const rectHasViewCapture = this.viewCapturePackageNames.some(
207 this.viewCapturePackageNames = await Promise.all(promisesPackageName);