Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DSpriteAnimation.java41 public AnimationFrame getFrame(float animationTime) { in getFrame() argument
52 float cycleTime = animationTime; in getFrame()
54 cycleTime = animationTime % length; in getFrame()
/external/perfetto/ui/src/frontend/
Dpan_and_zoom_handler.ts168 const animationTime = e.repeat ? constant
171 this.panAnimation.start(animationTime);
177 const animationTime = e.repeat ? constant
180 this.zoomAnimation.start(animationTime);