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

  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
Animation.java 83 int elapse = (int) (currentTimeMillis - mStartTime); local
84 float x = Utils.clamp((float) elapse / mDuration, 0f, 1f);
87 if (elapse >= mDuration) mStartTime = NO_ANIMATION;
  /development/tools/idegen/
index-gen.sh 59 elapse=$(($end - $start))
60 echo "Took ${elapse}ms"
  /packages/apps/Email/src/com/android/email/
StopWatch.java 55 long elapse = now - mLastSplit; local
56 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse);

Completed in 480 milliseconds