Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Danimation.ts20 private boundOnAnimationFrame = this.onAnimationFrame.bind(this);
46 private onAnimationFrame(nowMs: number) { method in Animation
Draf_scheduler.ts135 window.requestAnimationFrame(this.onAnimationFrame.bind(this));
139 private onAnimationFrame(nowMs: number) { method in RafScheduler