Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_protolog/
Dpresenter.ts83 this.computeUiData();
90 this.computeUiData();
97 this.computeUiData();
104 this.computeUiData();
143 this.computeUiData();
177 private computeUiData() {
/development/tools/winscope/src/viewers/viewer_transactions/
Dpresenter.ts136 this.uiData = this.computeUiData();
142 this.uiData = this.computeUiData();
148 this.uiData = this.computeUiData();
154 this.uiData = this.computeUiData();
160 this.uiData = this.computeUiData();
166 this.uiData = this.computeUiData();
172 this.uiData = this.computeUiData();
245 this.uiData = this.computeUiData();
250 private computeUiData(): UiData {
/development/tools/winscope/src/viewers/viewer_transitions/
Dpresenter.ts77 this.uiData = await this.computeUiData();
139 private async computeUiData(): Promise<UiData> { method in Presenter