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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 177 if (mLastTime != 0) {
178 long delta = time - mLastTime;
181 mLastTime = time;
278 private long mLastTime;
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 182 private long mLastTime;
306 mLastTime = System.currentTimeMillis() + 100;
523 mLastTime = System.currentTimeMillis() + 100;
680 // Do nothing if mLastTime is in the future.
683 if (mLastTime > now) return;
685 double elapsed = (now - mLastTime) / 1000.0;
738 mLastTime = now;
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 458 long mLastTime;
484 mLastTime = 0;
504 mTotalTime = mLoadedTime = mLastTime = 0;
574 val = mLastTime;
610 pw.println(prefix + "mLastTime=" + mLastTime
625 mLastTime = 0;
    [all...]

Completed in 278 milliseconds