Searched defs:FILTER_TIME_CONSTANT_MS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java423 private static final float FILTER_TIME_CONSTANT_MS = 200.0f; field in class:WindowOrientationListener.AccelSensorJudge
624 final float alpha = timeDeltaMS / (FILTER_TIME_CONSTANT_MS + timeDeltaMS);

Completed in 40 milliseconds