Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrientationListener.java1084 private int mLastRotationResolution = ROTATION_UNSET; field in WindowOrientationListener.OrientationSensorJudge
1155 if (mLastRotationResolution != ROTATION_UNSET in onSensorChanged()
1159 "Reusing the last rotation resolution: " + mLastRotationResolution); in onSensorChanged()
1160 finalizeRotation(mLastRotationResolution); in onSensorChanged()
1241 pw.println(prefix + "mLastRotationResolution=" + mLastRotationResolution); in dumpLocked()
1277 mLastRotationResolution = newRotation; in finalizeRotation()