Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.js292 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) => {