Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java60 private int mCurrentRotation = -1; field in WindowOrientationListener
171 mCurrentRotation = rotation; in setCurrentRotation()
220 pw.println(prefix + "mCurrentRotation=" + mCurrentRotation); in dump()
731 Slog.v(TAG, "Result: currentRotation=" + mCurrentRotation in onSensorChanged()
808 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked()