Searched defs:animationTime (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DSpriteAnimation.java41 public AnimationFrame getFrame(float animationTime) { argument
52 float cycleTime = animationTime;
54 cycleTime = animationTime % length;
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollAnimatorNone.cpp65 ScrollAnimatorNone::Parameters::Parameters(bool isEnabled, double animationTime, double repeatMinimumSustainTime, Curve attackCurve, double attackTime, Curve releaseCurve, double releaseTime, Curve coastTimeCurve, double maximumCoastTime) argument
67 , m_animationTime(animationTime)

Completed in 92 milliseconds