Searched refs:mLastTime (Results 1 – 4 of 4) sorted by relevance
71 private long mLastTime = 0; field in MainActivity165 if(timestamp - mLastTime < TIME_THRESHOLD_NS && mUp != (xValue > 0)) { in detectJump()169 mLastTime = timestamp; in detectJump()
177 if (mLastTime != 0) { in onDrawFrame()178 long delta = time - mLastTime; in onDrawFrame()181 mLastTime = time; in onDrawFrame()278 private long mLastTime; field in SpriteTextRenderer
65 long mLastTime = 0; field in ImagePixelization108 if ((System.currentTimeMillis() - mLastTime) > TIME_BETWEEN_TASKS) { in checkIfShouldPixelize()262 mLastTime = System.currentTimeMillis(); in invokePixelization()
182 private long mLastTime; field in LunarView.LunarThread308 mLastTime = System.currentTimeMillis() + 100; in doStart()535 mLastTime = System.currentTimeMillis() + 100; in unpause()693 if (mLastTime > now) return; in updatePhysics()695 double elapsed = (now - mLastTime) / 1000.0; in updatePhysics()748 mLastTime = now; in updatePhysics()