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.java484 private long mSwingTimestampNanos; field in WindowOrientationListener.AccelSensorJudge
654 mSwingTimestampNanos = now; in onSensorChanged()
747mSwingTimestampNanos + PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS) in onSensorChanged()
780 mSwingTimestampNanos = Long.MIN_VALUE; in resetLocked()
868 if (now < mSwingTimestampNanos + PROPOSAL_MIN_TIME_SINCE_SWING_ENDED_NANOS) { in isPredictedRotationAcceptableLocked()