Searched defs:newOrientation (Results 1 - 2 of 2) 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;

Completed in 581 milliseconds