Searched defs:deltaT (Results 1 – 7 of 7) sorted by relevance
155 boolean updateValueAndVelocity(long deltaT) { in updateValueAndVelocity()216 MassState updateValueAndVelocity(float value, float velocity, long deltaT) { in updateValueAndVelocity()
212 boolean updateValueAndVelocity(long deltaT) { in updateValueAndVelocity()
645 long deltaT = frameTime - mLastFrameTime; in doAnimationFrame() local668 abstract boolean updateValueAndVelocity(long deltaT); in updateValueAndVelocity()
278 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