Searched defs:deltaT (Results 1 – 8 of 8) sorted by relevance
133 boolean updateValueAndVelocity(long deltaT) { in updateValueAndVelocity()181 MassState updateValueAndVelocity(float value, float velocity, long deltaT) { in updateValueAndVelocity()
678 long deltaT = frameTime - mLastFrameTime; in doAnimationFrame() local708 abstract boolean updateValueAndVelocity(long deltaT); in updateValueAndVelocity()
259 boolean updateValueAndVelocity(long deltaT) { in updateValueAndVelocity()
269 double deltaT = timeElapsed / 1000d; // unit: seconds in updateValues() local
127 long deltaT = Math.round(j * stepT); in createInterpolatedEventList() local
141 int deltaT = 12; // Force samples to happen on extra boundaries in testPathsWithOverlappingTiming_produceCorrectSteps() local
347 float deltaT = (timestamp - mLastTime)/1000000000.f; // To seconds in doPhysics() local
751 final float deltaT = (time - mStartTime) / 1000f; // Convert from millis to seconds in updateSpring() local