diff options
author | Chris Wren <cwren@android.com> | 2015-05-01 10:38:46 -0400 |
---|---|---|
committer | Chris Wren <cwren@android.com> | 2015-05-01 11:09:39 -0400 |
commit | 9c4ba332e9208fccc9d06c9dd03e0188f9d9ca16 (patch) | |
tree | f8e509cccb2d5cef326d58f251743d0698e36963 /packages/SystemUI/src | |
parent | 9763d42c7bdfc245cfd7620f568b65c6a223c07e (diff) | |
download | frameworks_base-9c4ba332e9208fccc9d06c9dd03e0188f9d9ca16.zip frameworks_base-9c4ba332e9208fccc9d06c9dd03e0188f9d9ca16.tar.gz frameworks_base-9c4ba332e9208fccc9d06c9dd03e0188f9d9ca16.tar.bz2 |
remove unused edge border dimension.
Change-Id: I9f763aa130b76179d98288601f023038f086756b
Diffstat (limited to 'packages/SystemUI/src')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java index e42d34a..1c46d42 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java @@ -298,7 +298,6 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, int mTrackingPosition; // the position of the top of the tracking view. // Tracking finger for opening/closing. - int mEdgeBorder; // corresponds to R.dimen.status_bar_edge_ignore boolean mTracking; VelocityTracker mVelocityTracker; @@ -726,8 +725,6 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, R.id.keyguard_indication_text)); mKeyguardBottomArea.setKeyguardIndicationController(mKeyguardIndicationController); - mEdgeBorder = res.getDimensionPixelSize(R.dimen.status_bar_edge_ignore); - // set the inital view visibility setAreThereNotifications(); @@ -2820,8 +2817,6 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, mNaturalBarHeight = res.getDimensionPixelSize( com.android.internal.R.dimen.status_bar_height); - mEdgeBorder = res.getDimensionPixelSize(R.dimen.status_bar_edge_ignore); - mRowMinHeight = res.getDimensionPixelSize(R.dimen.notification_min_height); mRowMaxHeight = res.getDimensionPixelSize(R.dimen.notification_max_height); |