Home | History | Annotate | Download | only in common

Lines Matching refs:currentTime

909             final long currentTime = time - mStartTime;
911 if (currentTime > mDuration) {
918 final float t = (float) currentTime / mSplineDuration;
937 final float t = currentTime / 1000.0f;
944 final float t = (float) (currentTime) / mDuration;