Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java +2 −1 Original line number Diff line number Diff line Loading @@ -668,7 +668,8 @@ public class PhoneStatusBarPolicy { if ((mPhoneState == TelephonyManager.CALL_STATE_IDLE) && isEvdo()){ iconLevel = getEvdoLevel(); if (false) { Slog.d(TAG, "use Evdo level=" + iconLevel + " to replace Cdma Level=" + getCdmaLevel()); Slog.d(TAG, "use Evdo level=" + iconLevel + " to replace Cdma Level=" + getCdmaLevel()); } } else { iconLevel = getCdmaLevel(); Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/AirplaneModeController.java +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ public class AirplaneModeController extends BroadcastReceiver } public void onCheckedChanged(CompoundButton view, boolean checked) { Slog.d(TAG, "onCheckedChanged checked=" + checked + " mAirplaneMode=" + mAirplaneMode); if (checked != mAirplaneMode) { mAirplaneMode = checked; unsafe(checked); Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyButtonView.java +0 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ public class KeyButtonView extends ImageView { int mRepeat; Runnable mCheckLongPress = new Runnable() { public void run() { Slog.d("KeyButtonView", "longpress"); if (isPressed()) { mLongPressed = true; mRepeat++; Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/HeightReceiver.java +2 −3 Original line number Diff line number Diff line Loading @@ -73,12 +73,10 @@ public class HeightReceiver extends BroadcastReceiver { private void setPlugged(boolean plugged) { final Resources res = mContext.getResources(); Slog.d(TAG, "plugged=" + plugged); int height = -1; if (plugged) { final DisplayMetrics metrics = new DisplayMetrics(); mWindowManager.getDefaultDisplay().getMetrics(metrics); Slog.d(TAG, "metrics=" + metrics); height = metrics.heightPixels - 720; } Loading @@ -87,7 +85,8 @@ public class HeightReceiver extends BroadcastReceiver { if (height < minHeight) { height = minHeight; } Slog.d(TAG, "using height=" + height + " old=" + mHeight); Slog.i(TAG, "Resizing status bar plugged=" + plugged + " height=" + height + " old=" + mHeight); mHeight = height; final int N = mListeners.size(); Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPanel.java +2 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,8 @@ public class NotificationPanel extends RelativeLayout implements StatusBarPanel, // fully closed, no animation necessary } else if (mVisible) { if (DEBUG) { Slog.d(TAG, "panelHeight not zero but trying to open; scheduling an anim to open fully"); Slog.d(TAG, "panelHeight not zero but trying to open; scheduling an anim" + " to open fully"); } startAnimation(true); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java +2 −1 Original line number Diff line number Diff line Loading @@ -668,7 +668,8 @@ public class PhoneStatusBarPolicy { if ((mPhoneState == TelephonyManager.CALL_STATE_IDLE) && isEvdo()){ iconLevel = getEvdoLevel(); if (false) { Slog.d(TAG, "use Evdo level=" + iconLevel + " to replace Cdma Level=" + getCdmaLevel()); Slog.d(TAG, "use Evdo level=" + iconLevel + " to replace Cdma Level=" + getCdmaLevel()); } } else { iconLevel = getCdmaLevel(); Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/AirplaneModeController.java +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ public class AirplaneModeController extends BroadcastReceiver } public void onCheckedChanged(CompoundButton view, boolean checked) { Slog.d(TAG, "onCheckedChanged checked=" + checked + " mAirplaneMode=" + mAirplaneMode); if (checked != mAirplaneMode) { mAirplaneMode = checked; unsafe(checked); Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyButtonView.java +0 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ public class KeyButtonView extends ImageView { int mRepeat; Runnable mCheckLongPress = new Runnable() { public void run() { Slog.d("KeyButtonView", "longpress"); if (isPressed()) { mLongPressed = true; mRepeat++; Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/HeightReceiver.java +2 −3 Original line number Diff line number Diff line Loading @@ -73,12 +73,10 @@ public class HeightReceiver extends BroadcastReceiver { private void setPlugged(boolean plugged) { final Resources res = mContext.getResources(); Slog.d(TAG, "plugged=" + plugged); int height = -1; if (plugged) { final DisplayMetrics metrics = new DisplayMetrics(); mWindowManager.getDefaultDisplay().getMetrics(metrics); Slog.d(TAG, "metrics=" + metrics); height = metrics.heightPixels - 720; } Loading @@ -87,7 +85,8 @@ public class HeightReceiver extends BroadcastReceiver { if (height < minHeight) { height = minHeight; } Slog.d(TAG, "using height=" + height + " old=" + mHeight); Slog.i(TAG, "Resizing status bar plugged=" + plugged + " height=" + height + " old=" + mHeight); mHeight = height; final int N = mListeners.size(); Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPanel.java +2 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,8 @@ public class NotificationPanel extends RelativeLayout implements StatusBarPanel, // fully closed, no animation necessary } else if (mVisible) { if (DEBUG) { Slog.d(TAG, "panelHeight not zero but trying to open; scheduling an anim to open fully"); Slog.d(TAG, "panelHeight not zero but trying to open; scheduling an anim" + " to open fully"); } startAnimation(true); } Loading