Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.js298 function drawAsync() { function
302 return drawViewCallback(views[drawPos++], eachProgress).then(drawAsync);
304 return drawAsync();
568 .then(() => drawViewsAsync(views, 100, (view, progress) => view.drawAsync(progress)))
644 drawAsync(totalProgress) { method in anonymousFunction02b249f80100.SampleTableView
750 .then(() => drawViewsAsync(views, 100, (view, progress) => view.drawAsync(progress)))
768 drawAsync(totalProgress) { method in anonymousFunction02b249f80100.FlameGraphViewList