Searched defs:updateRotation (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowManager.java399 public void updateRotation(boolean arg0) throws RemoteException { method in class:BridgeWindowManager
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java496 updateRotation(false);
508 updateRotation(false);
910 boolean updateRotation = false;
965 updateRotation = true;
968 if (updateRotation) {
969 updateRotation(true);
2514 updateRotation(true);
2543 updateRotation(true);
3019 updateRotation(true);
3512 updateRotation(tru
3519 void updateRotation(boolean alwaysSendConfiguration) { method in class:PhoneWindowManager
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5243 public void updateRotation(boolean alwaysSendConfiguration) { method in class:WindowManagerService
7557 boolean updateRotation = false;
7659 updateRotation = true;
8832 if (updateRotation) {
8838 updateRotation = false;
8842 if (orientationChangeComplete && !needRelayout && !updateRotation) {
9228 boolean updateRotation = false;
9238 updateRotation = true;
9245 updateRotation = true;
9270 if (updateRotation) {
[all...]

Completed in 136 milliseconds