Searched refs:mLastDeltaT (Results 1 – 1 of 1) sorted by relevance
122 private float mLastDeltaT; field in AccelerometerPlayActivity.SimulationView246 if (mLastDeltaT != 0) { in updatePositions()247 final float dTC = dT / mLastDeltaT; in updatePositions()254 mLastDeltaT = dT; in updatePositions()