Searched refs:drawViewsAsync (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_html.js | 292 function drawViewsAsync(views, totalProgress, drawViewCallback) { function 568 .then(() => drawViewsAsync(views, 100, (view, progress) => view.drawAsync(progress))) 750 .then(() => drawViewsAsync(views, 100, (view, progress) => view.drawAsync(progress))) 840 .then(() => drawViewsAsync(flamegraphs, totalProgress, (view, progress) => { 996 return drawViewsAsync(this.views, totalProgress, (view, progress) => {
|