Loading packages/SystemUI/src/com/android/systemui/BatteryMeterView.java +0 −1 Original line number Diff line number Diff line Loading @@ -645,7 +645,6 @@ public class BatteryMeterView extends View implements DemoMode { mFrontPaint.setDither(true); mFrontPaint.setStrokeWidth(0); mFrontPaint.setStyle(Paint.Style.STROKE); mFrontPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST_ATOP)); mBackPaint = new Paint(Paint.ANTI_ALIAS_FLAG); mBackPaint.setColor(res.getColor(R.color.batterymeter_frame_color)); Loading Loading
packages/SystemUI/src/com/android/systemui/BatteryMeterView.java +0 −1 Original line number Diff line number Diff line Loading @@ -645,7 +645,6 @@ public class BatteryMeterView extends View implements DemoMode { mFrontPaint.setDither(true); mFrontPaint.setStrokeWidth(0); mFrontPaint.setStyle(Paint.Style.STROKE); mFrontPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST_ATOP)); mBackPaint = new Paint(Paint.ANTI_ALIAS_FLAG); mBackPaint.setColor(res.getColor(R.color.batterymeter_frame_color)); Loading