diff options
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/statusbar/SpeedBumpView.java')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/SpeedBumpView.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/SpeedBumpView.java b/packages/SystemUI/src/com/android/systemui/statusbar/SpeedBumpView.java index 816612b..1fc8744 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/SpeedBumpView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/SpeedBumpView.java @@ -126,9 +126,4 @@ public class SpeedBumpView extends ExpandableView { // TODO: Use duration performVisibilityAnimation(true, delay); } - - @Override - public void setScrimAmount(float scrimAmount) { - // We don't need to scrim the speedbumps - } } |