Searched refs:elapse (Results 1 – 5 of 5) sorted by relevance
83 int elapse = (int) (currentTimeMillis - mStartTime); in calculate() local84 float x = Utils.clamp((float) elapse / mDuration, 0f, 1f); in calculate()87 if (elapse >= mDuration) mStartTime = NO_ANIMATION; in calculate()
55 long elapse = now - mLastSplit; in split() local56 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse); in split()