Searched refs:lastTime (Results 1 – 8 of 8) sorted by relevance
60 private double lastTime; field in StepNormalizer96 lastTime = Double.NaN; in reset()120 lastTime = interpolator.getPreviousTime(); in handleStep()121 interpolator.setInterpolatedTime(lastTime); in handleStep()126 forward = interpolator.getCurrentTime() >= lastTime; in handleStep()133 double nextTime = lastTime + h; in handleStep()138 handler.handleStep(lastTime, lastState, lastDerivatives, false); in handleStep()141 lastTime = nextTime; in handleStep()142 interpolator.setInterpolatedTime(lastTime); in handleStep()156 handler.handleStep(lastTime, lastState, lastDerivatives, true); in handleStep()
52 long lastTime = (timed)? System.nanoTime() : 0; in doInvokeAny() local74 nanos -= now - lastTime; in doInvokeAny()75 lastTime = now; in doInvokeAny()162 long lastTime = System.nanoTime(); in invokeAll() local168 nanos -= now - lastTime; in invokeAll()169 lastTime = now; in invokeAll()186 nanos -= now - lastTime; in invokeAll()187 lastTime = now; in invokeAll()
77 long lastTime = System.nanoTime(); in run() local91 TimeUnit.NANOSECONDS.toMillis((nowTime - lastTime)); in run()92 lastTime = nowTime; in run()
100 void update(const SkAnimTimer& timer, SkScalar lastTime) { in update() argument102 SkScalar deltaTime = timer.secs() - lastTime; in update()
97 uint64_t lastTime = v8profile->GetStartTime(); in buildInspectorObjectForTimestamps() local100 array->addItem(static_cast<int>(ts - lastTime)); in buildInspectorObjectForTimestamps()101 lastTime = ts; in buildInspectorObjectForTimestamps()
691 long lastTime = timed ? System.nanoTime() : 0; in invokeAnyImpl() local713 nanos -= now - lastTime; in invokeAnyImpl()714 lastTime = now; in invokeAnyImpl()
305 NSTimeInterval lastTime = lastTimeNum ? [lastTimeNum floatValue] : 0;306 NSTimeInterval spanSeconds = CFAbsoluteTimeGetCurrent() - lastTime;
512 NSTimeInterval lastTime = lastTimeNum ? [lastTimeNum floatValue] : 0;514 NSTimeInterval spanSeconds = (now - lastTime);