Home
last modified time | relevance | path

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

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