Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrientationListener.java462 private static final long PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS = 500 * NANOS_PER_MS; field in WindowOrientationListener.AccelSensorJudge
858 mFlatTimestampNanos + PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS) in onSensorChanged()
977 if (now < mFlatTimestampNanos + PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS) { in isPredictedRotationAcceptableLocked()