Loading packages/SystemUI/src/com/android/systemui/doze/DozeUi.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -113,7 +113,7 @@ public class DozeUi implements DozeMachine.Part { // The display buffers will be empty and need to be filled. // The display buffers will be empty and need to be filled. mHost.dozeTimeTick(); mHost.dozeTimeTick(); // The first frame may arrive when the display isn't ready yet. // The first frame may arrive when the display isn't ready yet. mHandler.postDelayed(mHost::dozeTimeTick, 100); mHandler.postDelayed(mWakeLock.wrap(mHost::dozeTimeTick), 100); } } scheduleTimeTick(); scheduleTimeTick(); break; break; Loading Loading
packages/SystemUI/src/com/android/systemui/doze/DozeUi.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -113,7 +113,7 @@ public class DozeUi implements DozeMachine.Part { // The display buffers will be empty and need to be filled. // The display buffers will be empty and need to be filled. mHost.dozeTimeTick(); mHost.dozeTimeTick(); // The first frame may arrive when the display isn't ready yet. // The first frame may arrive when the display isn't ready yet. mHandler.postDelayed(mHost::dozeTimeTick, 100); mHandler.postDelayed(mWakeLock.wrap(mHost::dozeTimeTick), 100); } } scheduleTimeTick(); scheduleTimeTick(); break; break; Loading