Searched refs:updateRotation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DWindowManagerPermissionTests.java317 mWm.updateRotation(true, false);
318 fail("IWindowManager.updateRotation did not throw SecurityException as"
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl157 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java551 updateRotation(false);
563 updateRotation(false);
1063 boolean updateRotation = false;
1080 updateRotation = true;
1088 updateRotation = true;
1109 updateRotation = true;
1112 if (updateRotation) {
1113 updateRotation(true);
3167 updateRotation(true);
3183 updateRotation(tru
4316 void updateRotation(boolean alwaysSendConfiguration) { method in class:PhoneWindowManager
4325 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { method in class:PhoneWindowManager
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java366 public void updateRotation(boolean arg0, boolean arg1) throws RemoteException { method in class:IWindowManagerImpl
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5942 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { method in class:WindowManagerService
10131 boolean updateRotation = false;
10150 updateRotation = true;
10158 updateRotation = true;
10182 if (updateRotation) {

Completed in 133 milliseconds