Searched refs:drawAsync (Results 1 – 1 of 1) sorted by relevance
298 function drawAsync() { function302 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.SampleTableView750 .then(() => drawViewsAsync(views, 100, (view, progress) => view.drawAsync(progress)))768 drawAsync(totalProgress) { method in anonymousFunction02b249f80100.FlameGraphViewList