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

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1060 public void setCurrentOrientationLw(int newOrientation); argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java4379 public void setCurrentOrientationLw(int newOrientation) { argument
4381 if (newOrientation != mCurrentAppOrientation) {
4382 mCurrentAppOrientation = newOrientation;
/frameworks/base/media/java/android/media/
H A DAudioService.java5708 int newOrientation = config.orientation;
5709 if (newOrientation != mDeviceOrientation) {
5710 mDeviceOrientation = newOrientation;

Completed in 42 milliseconds