Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java543 private long mSwingTimestampNanos; field in WindowOrientationListener.AccelSensorJudge
713 mSwingTimestampNanos = now; in onSensorChanged()
806mSwingTimestampNanos + PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS) in onSensorChanged()
841 mSwingTimestampNanos = Long.MIN_VALUE; in resetLocked()
929 if (now < mSwingTimestampNanos + PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS) { in isPredictedRotationAcceptableLocked()