Loading packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +8 −0 Original line number Diff line number Diff line Loading @@ -582,6 +582,10 @@ public class ScreenDecorations extends SystemUI implements Tunable { @Override protected void onConfigurationChanged(Configuration newConfig) { if (DEBUG_DISABLE_SCREEN_DECORATIONS) { Log.i(TAG, "ScreenDecorations is disabled"); return; } mHandler.post(() -> { int oldRotation = mRotation; mPendingRotationChange = false; Loading Loading @@ -766,6 +770,10 @@ public class ScreenDecorations extends SystemUI implements Tunable { @Override public void onTuningChanged(String key, String newValue) { if (DEBUG_DISABLE_SCREEN_DECORATIONS) { Log.i(TAG, "ScreenDecorations is disabled"); return; } mHandler.post(() -> { if (mOverlays == null) return; if (SIZE.equals(key)) { Loading Loading
packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +8 −0 Original line number Diff line number Diff line Loading @@ -582,6 +582,10 @@ public class ScreenDecorations extends SystemUI implements Tunable { @Override protected void onConfigurationChanged(Configuration newConfig) { if (DEBUG_DISABLE_SCREEN_DECORATIONS) { Log.i(TAG, "ScreenDecorations is disabled"); return; } mHandler.post(() -> { int oldRotation = mRotation; mPendingRotationChange = false; Loading Loading @@ -766,6 +770,10 @@ public class ScreenDecorations extends SystemUI implements Tunable { @Override public void onTuningChanged(String key, String newValue) { if (DEBUG_DISABLE_SCREEN_DECORATIONS) { Log.i(TAG, "ScreenDecorations is disabled"); return; } mHandler.post(() -> { if (mOverlays == null) return; if (SIZE.equals(key)) { Loading