HomeSort by relevance Sort by last modified time
    Searched refs:animationTime (Results 1 - 4 of 4) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
SpriteAnimation.java 41 public AnimationFrame getFrame(float animationTime) {
52 float cycleTime = animationTime;
54 cycleTime = animationTime % length;
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfiledWebView.java 173 long animationTime;
175 animationTime = System.currentTimeMillis() - mLoadTime;
177 animationTime = mAnimationTime - mLoadTime;
180 return updates * 1000.0 / animationTime;
  /frameworks/base/services/input/
PointerController.h 216 nsecs_t animationTime;
PointerController.cpp 416 nsecs_t frameDelay = systemTime(SYSTEM_TIME_MONOTONIC) - mLocked.animationTime;
466 mLocked.animationTime = systemTime(SYSTEM_TIME_MONOTONIC);

Completed in 81 milliseconds