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
218 mCurrentRotation = rotation; in setCurrentRotation()
266 proto.write(ROTATION, mCurrentRotation); in writeToProto()
276 pw.println(prefix + "mCurrentRotation=" + Surface.rotationToString(mCurrentRotation)); in dump()
790 Slog.v(TAG, "Result: currentRotation=" + mCurrentRotation in onSensorChanged()
869 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java97 private int mCurrentRotation = -1; field in NavigationBarView
874 return mCurrentRotation != rotation; in needsReorient()
882 mCurrentRotation = getContextDisplay().getRotation(); in updateCurrentView()
883 mNavigationInflaterView.setAlternativeOrder(mCurrentRotation == Surface.ROTATION_90); in updateCurrentView()
919 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()
925 Log.d(TAG, "reorient(): rot=" + mCurrentRotation); in reorient()