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.java480 private long mFlatTimestampNanos; field in WindowOrientationListener.AccelSensorJudge
650 mFlatTimestampNanos = now; in onSensorChanged()
745 mFlatTimestampNanos + PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS) in onSensorChanged()
778 mFlatTimestampNanos = Long.MIN_VALUE; in resetLocked()
862 if (now < mFlatTimestampNanos + PROPOSAL_MIN_TIME_SINCE_FLAT_ENDED_NANOS) { in isPredictedRotationAcceptableLocked()