Loading services/core/java/com/android/server/wm/DisplayPolicy.java +1 −3 Original line number Diff line number Diff line Loading @@ -2184,9 +2184,7 @@ public class DisplayPolicy { } mDecorInsets.invalidate(); mDecorInsets.mInfoForRotation[rotation].set(newInfo); // If the device is booting, let the boot procedure trigger the new configuration. // Otherwise the display configuration needs to be recomputed now. return mService.mDisplayEnabled; return true; } DecorInsets.Info getDecorInsetsInfo(int rotation, int w, int h) { Loading Loading
services/core/java/com/android/server/wm/DisplayPolicy.java +1 −3 Original line number Diff line number Diff line Loading @@ -2184,9 +2184,7 @@ public class DisplayPolicy { } mDecorInsets.invalidate(); mDecorInsets.mInfoForRotation[rotation].set(newInfo); // If the device is booting, let the boot procedure trigger the new configuration. // Otherwise the display configuration needs to be recomputed now. return mService.mDisplayEnabled; return true; } DecorInsets.Info getDecorInsetsInfo(int rotation, int w, int h) { Loading