Loading packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +4 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ public class ScreenDecorations extends SystemUI implements Tunable { private static final boolean DEBUG_SCREENSHOT_ROUNDED_CORNERS = SystemProperties.getBoolean("debug.screenshot_rounded_corners", false); private static final boolean VERBOSE = false; private static final boolean DEBUG_COLOR = DEBUG_SCREENSHOT_ROUNDED_CORNERS; private DisplayManager mDisplayManager; private boolean mIsRegistered; Loading Loading @@ -454,6 +455,9 @@ public class ScreenDecorations extends SystemUI implements Tunable { private void updateColorInversion(int colorsInvertedValue) { int tint = colorsInvertedValue != 0 ? Color.WHITE : Color.BLACK; if (DEBUG_COLOR) { tint = Color.RED; } ColorStateList tintList = ColorStateList.valueOf(tint); if (mOverlays == null) { Loading Loading
packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +4 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ public class ScreenDecorations extends SystemUI implements Tunable { private static final boolean DEBUG_SCREENSHOT_ROUNDED_CORNERS = SystemProperties.getBoolean("debug.screenshot_rounded_corners", false); private static final boolean VERBOSE = false; private static final boolean DEBUG_COLOR = DEBUG_SCREENSHOT_ROUNDED_CORNERS; private DisplayManager mDisplayManager; private boolean mIsRegistered; Loading Loading @@ -454,6 +455,9 @@ public class ScreenDecorations extends SystemUI implements Tunable { private void updateColorInversion(int colorsInvertedValue) { int tint = colorsInvertedValue != 0 ? Color.WHITE : Color.BLACK; if (DEBUG_COLOR) { tint = Color.RED; } ColorStateList tintList = ColorStateList.valueOf(tint); if (mOverlays == null) { Loading