Searched defs:mCurrentRotation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java61 private int mCurrentRotation = -1; field in class:WindowOrientationListener
190 mCurrentRotation = rotation;
239 pw.println(prefix + "mCurrentRotation=" + mCurrentRotation);
753 Slog.v(TAG, "Result: currentRotation=" + mCurrentRotation
832 final int currentRotation = mCurrentRotation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java78 private int mCurrentRotation = -1; field in class:NavigationBarView
581 return mCurrentRotation != rotation;
596 mCurrentRotation = rot;
614 mDeadZone.setDisplayRotation(mCurrentRotation);
622 Log.d(TAG, "reorient(): rot=" + mCurrentRotation);

Completed in 77 milliseconds