Loading packages/SystemUI/src/com/android/keyguard/clock/ClockLayout.java +4 −2 Original line number Diff line number Diff line Loading @@ -76,8 +76,10 @@ public class ClockLayout extends FrameLayout { protected void onLayout(boolean changed, int left, int top, int right, int bottom) { super.onLayout(changed, left, top, right, bottom); final float offsetX = getBurnInOffset(mBurnInPreventionOffsetX, true); final float offsetY = getBurnInOffset(mBurnInPreventionOffsetY, false); final float offsetX = getBurnInOffset(mBurnInPreventionOffsetX * 2, true) - mBurnInPreventionOffsetX; final float offsetY = getBurnInOffset(mBurnInPreventionOffsetY * 2, false) - mBurnInPreventionOffsetY; // Put digital clock in two left corner of the screen. if (mDigitalClock != null) { Loading Loading
packages/SystemUI/src/com/android/keyguard/clock/ClockLayout.java +4 −2 Original line number Diff line number Diff line Loading @@ -76,8 +76,10 @@ public class ClockLayout extends FrameLayout { protected void onLayout(boolean changed, int left, int top, int right, int bottom) { super.onLayout(changed, left, top, right, bottom); final float offsetX = getBurnInOffset(mBurnInPreventionOffsetX, true); final float offsetY = getBurnInOffset(mBurnInPreventionOffsetY, false); final float offsetX = getBurnInOffset(mBurnInPreventionOffsetX * 2, true) - mBurnInPreventionOffsetX; final float offsetY = getBurnInOffset(mBurnInPreventionOffsetY * 2, false) - mBurnInPreventionOffsetY; // Put digital clock in two left corner of the screen. if (mDigitalClock != null) { Loading