diff options
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/recents/Constants.java')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/recents/Constants.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/recents/Constants.java b/packages/SystemUI/src/com/android/systemui/recents/Constants.java index 86f188e..26446cf 100644 --- a/packages/SystemUI/src/com/android/systemui/recents/Constants.java +++ b/packages/SystemUI/src/com/android/systemui/recents/Constants.java @@ -72,8 +72,6 @@ public class Constants { public static class Window { // The dark background dim is set behind the empty recents view public static final float DarkBackgroundDim = 0.5f; - // The background dim is set behind the card stack - public static final float BackgroundDim = 0.35f; } public static class RecentsTaskLoader { @@ -100,9 +98,6 @@ public class Constants { public static class TaskView { public static final boolean AnimateFrontTaskIconOnEnterRecents = true; public static final boolean AnimateFrontTaskIconOnLeavingRecents = true; - - public static final boolean UseRoundedCorners = false; - public static final float RoundedCornerRadiusDps = 3; } } }
\ No newline at end of file |