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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 55 private long mLastStepTime;
294 mLastStepTime = SystemClock.uptimeMillis();
358 float tau = (currentStepTime - mLastStepTime) * 0.001f;
359 mLastStepTime = currentStepTime;
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 69 private long mLastStepTime;
184 mLastStepTime = SystemClock.uptimeMillis();
322 float tau = (currentStepTime - mLastStepTime) * 0.001f;
323 mLastStepTime = currentStepTime;
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 730 public long mLastStepTime = -1;
    [all...]

Completed in 6512 milliseconds