Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/ClockController.java +2 −0 Original line number Diff line number Diff line Loading @@ -60,7 +60,9 @@ public class ClockController implements TunerService.Tunable { mCenterClockLayout = statusBar.findViewById(R.id.center_clock_layout); mRightClockLayout = statusBar.findViewById(R.id.right_clock_layout); mStatusBar = statusBar; mActiveClock = mLeftClock; statusBar.setOnApplyWindowInsetsListener(new android.view.View.OnApplyWindowInsetsListener(){ public WindowInsets onApplyWindowInsets (View v, WindowInsets insets){ updateActiveClock(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/ClockController.java +2 −0 Original line number Diff line number Diff line Loading @@ -60,7 +60,9 @@ public class ClockController implements TunerService.Tunable { mCenterClockLayout = statusBar.findViewById(R.id.center_clock_layout); mRightClockLayout = statusBar.findViewById(R.id.right_clock_layout); mStatusBar = statusBar; mActiveClock = mLeftClock; statusBar.setOnApplyWindowInsetsListener(new android.view.View.OnApplyWindowInsetsListener(){ public WindowInsets onApplyWindowInsets (View v, WindowInsets insets){ updateActiveClock(); Loading