Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -7828,6 +7828,9 @@ public class PhoneWindowManager implements WindowManagerPolicy { } final WindowState w = mTopFullscreenOpaqueWindowState; if (w != mFocusedWindow) { return false; } // We only enable seamless rotation if the top window has requested // it and is in the fullscreen opaque state. Seamless rotation Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -7828,6 +7828,9 @@ public class PhoneWindowManager implements WindowManagerPolicy { } final WindowState w = mTopFullscreenOpaqueWindowState; if (w != mFocusedWindow) { return false; } // We only enable seamless rotation if the top window has requested // it and is in the fullscreen opaque state. Seamless rotation Loading