Searched refs:mLastStepTime (Results 1 - 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGameView.java55 private long mLastStepTime; field in class:GameView
294 mLastStepTime = SystemClock.uptimeMillis();
358 float tau = (currentStepTime - mLastStepTime) * 0.001f;
359 mLastStepTime = currentStepTime;
/development/samples/ControllerSample/src/com/example/controllersample/
H A DGameView.java69 private long mLastStepTime; field in class:GameView
184 mLastStepTime = SystemClock.uptimeMillis();
322 float tau = (currentStepTime - mLastStepTime) * 0.001f;
323 mLastStepTime = currentStepTime;

Completed in 23 milliseconds