Searched refs:PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS (Results 1 – 1 of 1) sorted by relevance
354 private static final long PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS = 300 * NANOS_PER_MS; field in WindowOrientationListener.AccelSensorJudge747 … mSwingTimestampNanos + PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS) in onSensorChanged()868 if (now < mSwingTimestampNanos + PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS) { in isPredictedRotationAcceptableLocked()