Home
last modified time | relevance | path

Searched refs:SWING_TIME_NANOS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java371 private static final long SWING_TIME_NANOS = 300 * NANOS_PER_MS; field in WindowOrientationListener.AccelSensorJudge
932 if (mTiltHistoryTimestampNanos[i] + SWING_TIME_NANOS < now) { in isSwingingLocked()