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.ts131 window.requestAnimationFrame(this.onAnimationFrame.bind(this));
135 private onAnimationFrame(nowMs: number) { method in RafScheduler