Searched refs:mLastRotationResolution (Results 1 – 1 of 1) sorted by relevance
1084 private int mLastRotationResolution = ROTATION_UNSET; field in WindowOrientationListener.OrientationSensorJudge1155 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()