Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java539 private long mFlatTimestampNanos; field in WindowOrientationListener.AccelSensorJudge
709 mFlatTimestampNanos = now; in onSensorChanged()
804 mFlatTimestampNanos + PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS) in onSensorChanged()
839 mFlatTimestampNanos = Long.MIN_VALUE; in resetLocked()
923 if (now < mFlatTimestampNanos + PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS) { in isPredictedRotationAcceptableLocked()