Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java64 private int mCurrentRotation = -1; field in WindowOrientationListener
214 mCurrentRotation = rotation; in setCurrentRotation()
262 proto.write(ROTATION, mCurrentRotation); in writeToProto()
272 pw.println(prefix + "mCurrentRotation=" + Surface.rotationToString(mCurrentRotation)); in dump()
786 Slog.v(TAG, "Result: currentRotation=" + mCurrentRotation in onSensorChanged()
865 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java105 private int mCurrentRotation = -1; field in NavigationBarView
964 return mCurrentRotation != rotation; in needsReorient()
977 mCurrentRotation = rot; in updateCurrentView()
994 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()
1001 Log.d(TAG, "reorient(): rot=" + mCurrentRotation); in reorient()