Searched refs:newOrientation (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java148 * @param newOrientation may pass NO_VALUE for no change
151 private boolean updateOrientationAndCutout(int newOrientation) { argument
153 if (newOrientation != NO_VALUE) {
154 if (mLastOrientation != newOrientation) {
156 mLastOrientation = newOrientation;
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java440 public void setCurrentOrientationLw(int newOrientation) { argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1516 public void setCurrentOrientationLw(@ActivityInfo.ScreenOrientation int newOrientation); argument
H A DPhoneWindowManager.java8027 public void setCurrentOrientationLw(int newOrientation) { argument
8029 if (newOrientation != mCurrentAppOrientation) {
8030 mCurrentAppOrientation = newOrientation;

Completed in 108 milliseconds