Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts124 if (this.rectSpecs[this.rectSpecIndex].type === TraceRectType.LAYERS) {
175 private rectSpecIndex = 0; property in Presenter
217 this.rectSpecIndex = this.rectSpecs.findIndex((spec) => spec.type === type);
260 this.uiData.rectSpec = this.rectSpecs[this.rectSpecIndex];