Lines Matching refs:currentStepTime
316 long currentStepTime = SystemClock.uptimeMillis();317 step(currentStepTime);321 private void step(long currentStepTime) {322 float tau = (currentStepTime - mLastStepTime) * 0.001f;323 mLastStepTime = currentStepTime;